Skip to content

Wallpaper App for android made using Flutter and Unsplash API

License

Notifications You must be signed in to change notification settings

amit-y11/PicSplash

Repository files navigation

PicSplash


DescriptionFeaturesScreenshotsInstallationContributionLicense


Description

PicSplash is a wallpaper app for android made with flutter and Unsplash api. You can download and save wallpapers locally or set as wallpaper directly from the app

Features:

  • Set images as wallpaper
  • Download and save images locally
  • Dark theme
  • Change accent colors
  • Explore various categories of wallpaper
  • Add images to favorites
  • Choose from different dark themes (Coming soon 😊)

Screenshots

Installation

PicSplash can be installed using one of the following methods:

  1. Download the APK from Github Releases and install it.
  2. Build a APK yourself, you will need Unsplash api for it. Create secrets.json file in the root folder and paste your api key as shown below:
{
    "api_key":"Unsplash Api Key"
}

now build your APK using following command:

$ flutter build apk 

Contribution

Whether you have ideas, design changes, code cleaning, or real heavy code changes, help is always welcome. The more is done the better it gets! So feel free to create an issue and make a pull request 😊

License

GNU GPLv3 Image

PicSplash is a Free Software: You can use, study, share and improve it at your will. Specifically you can redistribute and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.