About | Features | Technologies | Requirements | Starting | License | Author
That Wallpaper App is just another wallpaper app which no one really wants. Just like any other wallpaper app, this one also does not have anything special or unique (apart for the fact that I am developing it). Since creating a wallpaper app has become a trend in begineers flutter community, I thought why not give it a shot and see where I end up.
This project is created just out of curiosity and it will probably never get officially released on any of the app stores. However, I'll probably keep on releasing apks on github releases as and when I see fit.
The main aim of this repo is to showcase an ideal architecture for a wallpaper app (in my opinion of course 😅). I am bad at UI stuff, so probably user experience of this app might not be up to the mark. But still, if you want to use this source, feel free to do so after going through the added license.
✔️ Actually sets wallpaper (Home + Lock + Both Screens)
✔️ Supports dark and light mode
✔️ Users can mark any wallpaper as favorite
The following tools were used in this project:
Before starting 🏁, you need to have Git and Flutter installed.
Note: Make sure to create your own firebase project and place google-services.json under /android/app/. The one supplied with this project is a dummy file.
# Clone this project
$ git clone https://github.com/ufrshubham/That-Wallpaper-App.git
# Access
$ cd That-Wallpaper-App
# Pull dependencies
$ flutter pub get
# Run the project (emulator or physical device needs to be connected first)
$ flutter run
# Build an apk
$ flutter build apk --split-per-abi
This project is under license from MIT. For more details, see the LICENSE file.
Made with 🧠 by Ryuzaki