-
Simple wallpaper flutter Application(still under development)
-
Flutter + Method channel (Kotlin/Swift)
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter, view online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
Make sure finish install Flutter successfully
- Clone this repo by:
git clone https://github.com/mhdkadi/Flutter-Wallpaper-App.git
- Install all the packages by:
flutter packages get
- PUT YOUR UNSPLASH APIKEY in
lib\controller\getPhsotos.dart
file - Run app on your simulator by:
flutter run
- flutter_staggered_grid_view: ^0.4.0
- http: ^0.13.3
- Fetch wallpapers from Unsplash site using its API.
- Refresh and load more wallpaper when scroll to bottom of screen.
- Search using keywords.
- The app built with MVC design pattern.
- List of categories.
- Download wallpapers.
- Set Image as Wallpaper.
- Make wallpapers fit the device screen.
- Make the app responsive according to various screen sizes.
- Implement stat management using provider.
If you would like to contribute , feel free and open a pull request.