https://github.com/zeshuaro/appainter
A material theme editor and generator for Flutter to configure and preview the overall visual theme of your material app.
https://github.com/zeshuaro/appainter
dart flutter flutter-theme material-design theme-editor theme-generator
Last synced: 10 days ago
JSON representation
A material theme editor and generator for Flutter to configure and preview the overall visual theme of your material app.
- Host: GitHub
- URL: https://github.com/zeshuaro/appainter
- Owner: zeshuaro
- License: agpl-3.0
- Created: 2021-06-07T11:22:07.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-13T14:28:38.000Z (12 days ago)
- Last Synced: 2025-04-15T01:59:46.562Z (10 days ago)
- Topics: dart, flutter, flutter-theme, material-design, theme-editor, theme-generator
- Language: Dart
- Homepage: https://appainter.dev
- Size: 380 MB
- Stars: 670
- Watchers: 5
- Forks: 84
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README

[](https://github.com/zeshuaro/appainter/releases)
[](https://zeshuaro.github.io/appainter/)
[](https://github.com/zeshuaro/appainter/blob/main/LICENSE)
[](https://github.com/zeshuaro/appainter/actions/workflows/github-actions.yml?query=event%3Apush+branch%3Amain)
[](https://codecov.io/gh/zeshuaro/appainter)
[](https://app.codacy.com/gh/zeshuaro/appainter/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
[](https://pub.dev/packages/flutter_lints)[](https://github.com/sponsors/zeshuaro)
[](https://www.buymeacoffee.com/zeshuaro)
[](https://ko-fi.com/zeshuaro)
[](https://liberapay.com/zeshuaro/)
[](https://patreon.com/zeshuaro)
[](https://paypal.me/JoshuaTang)A material theme editor and generator for Flutter to configure and preview the overall visual theme of your material app.

## Usage
Appainter is developed and built with [Flutter](https://flutter.dev/), and is available for both Web and Desktop.
For Web, you can access it through [here](https://zeshuaro.github.io/appainter/).
For Mac, Windows and Linux, you can be download it from [here](https://github.com/zeshuaro/appainter/releases).
### Using the Generated Theme
See [USAGE.md](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