Skip to content

zeshuaro/appainter

Folders and files

NameName
Last commit message
Last commit date
Mar 14, 2025
Mar 13, 2025
Jun 7, 2021
Jan 14, 2024
Jun 14, 2023
Feb 4, 2022
Mar 3, 2025
Feb 19, 2022
Dec 8, 2023
Jun 14, 2023
Mar 19, 2025
Nov 3, 2024
Mar 20, 2025
Mar 19, 2025
Mar 2, 2025
Dec 8, 2023
Mar 20, 2025
Nov 15, 2024
Jan 28, 2025
Sep 4, 2024
Feb 12, 2025
Mar 16, 2025
Jan 28, 2025
Jun 22, 2024
Jan 28, 2025
Dec 17, 2023
Dec 21, 2023
Dec 3, 2023
Jun 22, 2024
Jan 14, 2024
Dec 3, 2023
Mar 16, 2025
Dec 4, 2023
Mar 21, 2025
Mar 21, 2025
Dec 3, 2023
Mar 9, 2025

Repository files navigation

logo

GitHub tag (latest by date) Website GitHub license GitHub Actions codecov Codacy Badge style: flutter_lints

Github-sponsors BuyMeACoffee Ko-Fi LiberaPay Patreon PayPal

A material theme editor and generator for Flutter to configure and preview the overall visual theme of your material app.

Appainter Screenshot

Usage

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.

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