Skip to content

zeshuaro/appainter

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date
Sep 13, 2024
Oct 24, 2024
Jun 7, 2021
Jan 14, 2024
Jun 14, 2023
Feb 4, 2022
Oct 20, 2024
Feb 19, 2022
Dec 8, 2023
Jun 14, 2023
Aug 20, 2024
Aug 19, 2023
Oct 20, 2024
Oct 3, 2024
Aug 20, 2024
Dec 8, 2023
Sep 4, 2024
Sep 17, 2024
Dec 3, 2023
Sep 4, 2024
Oct 4, 2024
Oct 20, 2024
May 26, 2024
Jun 22, 2024
Sep 4, 2024
Dec 17, 2023
Dec 21, 2023
Dec 3, 2023
Jun 22, 2024
Jan 14, 2024
Dec 3, 2023
Oct 24, 2024
Dec 4, 2023
Oct 20, 2024
Oct 20, 2024
Dec 3, 2023
Oct 24, 2024

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