Skip to content

Latest commit

 

History

History
66 lines (43 loc) · 2 KB

README.md

File metadata and controls

66 lines (43 loc) · 2 KB

wallsky






















Wallsky, pronounced as wallski.

A Wallpaper app made with Flutter.

!!How to Use it!! :

  • 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.

You can browse images from various sources like :

Features :

  • 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.



Download the apk from this Google Drive link

https://drive.google.com/open?id=1TtTHIc-igIvYS70qhB3WoHyHlY7UsOaw

  • It contains two apk files, please try the app-release.apk file

Recommend me on LinkedIn

If you like this work please star ⭐ the repository as it will motivate me to learn and make more of such apps.