Flutter app for Wallpaper
The attached files do NOT work as a standalone project.
If you want to run the code follow these steps
- Create a new Flutter project via flutter create some_project
- Replace the lib/ folder and the pubspec.yaml file with the attached files
- Possibly add assets like images or fonts or adjust the AndroidManifest.xml / Info.plist file to add data/ permissions
- flutter packages get
- flutter run (with a running emulator or real device connected to your machine) to view the app