ufrshubham / That-Wallpaper-App

Yes, this is that wallpaper app that nobody really wants.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Yes, this is that wallpaper app that nobody really wants.

License:MIT License


Languages

Language:Dart 98.1%Language:Swift 1.3%Language:Kotlin 0.4%Language:Objective-C 0.1%