A material theme editor and generator for Flutter to configure and preview the overall visual theme of your material app.
Appainter is developed and built with Flutter, and is available for both Web and Desktop.
For Web, you can access it through here.
For Mac, Windows and Linux, you can be download it from here.
See USAGE.md for instructions on how to use the generated theme.
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