Wallsky, pronounced as wallski.
A Wallpaper app made with Flutter.
- Obtain your own API keys from Pexels, Unpslash and Pixabay.
- Create a file named apiKeys.dart in your lib/ folder having something like this,
List<String> apiKeyList = [
//'PUT YOUR PEXELS_API_KEY HERE',
//'PUT YOUR UNSPLASH_API_KEY HERE',
//'PUT YOUR PIXABAY_API_KEY HERE',
];
this is also shown in the /lib/screens/homeScreen.dart as a comment.
- !!PAY ATTENTIOON!! If you don't follow the previous instructions then the app won't work!!!
- The import statement for the apiKeys.dart file is already included in /lib/screens/homeScreen.dart
- After this you are good to go.
- Browse images from a number of sources flaunting awesome stock images.
- Download the images to your device.
- Apply the image as your Home Screen, Lock Screen from within the app.
- Search images using search tags.
- Get information about the photographer and navigate to the image url.
https://drive.google.com/open?id=1TtTHIc-igIvYS70qhB3WoHyHlY7UsOaw
- It contains two apk files, please try the app-release.apk file
If you like this work please star ⭐ the repository as it will motivate me to learn and make more of such apps.