Material Theme Editor for Flutter
Inspired by Panache, a Flutter material theme editor for you to configure the overall visual theme of your material app.
⚠️ WARNING: This app is still under development so please expect bugs and missing features in the app. ⚠️
Usage
Flutter Theme is developed and built with Flutter, and is available for both Web and Desktop.
Disclaimer: I’ve only tested the app on Web and MacOS as I don’t have a Windows or Linux machine. The app may not work on those platforms.
For Web, you can access it through here.
For Mac, Windows and Linux, you can be download it from here.
Using the Generated Theme
See USAGE.md for instructions on how to use the generated theme.
Development
Fork and clone the repository, then install the dependencies:
flutter pub get
Run the following to launch the code generation:
flutter pub run build_runner build --delete-conflicting-outputs
Start the app:
flutter run
Credit
This is developed by zeshuaro
Download this project from the below link.
https://github.com/zeshuaro/flutter_theme/archive/refs/heads/main.zip
You can visit original source page from the below link:
https://github.com/zeshuaro/flutter_theme