Skip to content

varamsky/wallsky

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A wallpaper app made with Flutter.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages