Skip to content
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.

ufrshubham/That-Wallpaper-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

That Wallpaper App

 

That Wallpaper App!

Github top language Github language count Repository size License Github forks Github stars

🚧 That Wallpaper App 🚀 Under development... 🚧


About   |   Features   |   Technologies   |   Requirements   |   Starting   |   License   |   Author


🎯 About

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.

✨ Features

✔️ Actually sets wallpaper (Home + Lock + Both Screens)
✔️ Supports dark and light mode
✔️ Users can mark any wallpaper as favorite

🚀 Technologies

The following tools were used in this project:

✅ Requirements

Before starting 🏁, you need to have Git and Flutter installed.

🏁 Starting

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

📝 License

This project is under license from MIT. For more details, see the LICENSE file.

Made with 🧠 by Ryuzaki

 

Back to top