Flutter Material Theme editor

Flutter Material Theme Editor

🎨 Panache

A Flutter Material Theme editor.

We can create our Flutter Material Theme from Panache online, save theme to *.dart file and use that theme in our application.
Panache helps you to create beautiful Material themes for your Flutter applications.

Customize widgets colors and shapes, and download your theme.dart file.

:earth_americas: Try Panache in your browser

Flutter Material Theme editor

Getting Started

To apply a theme to whole application

  • add the generated theme file to your project/lib
  • set the theme property to the generated theme (myTheme) in your main file
// ...

MaterialApp( theme: myTheme , home: Home() );

// ...

:coffee: Support this project

Buy Me A Coffee

🍿 Videos

Screenshots

Flutter Material Theme editor

Flutter Material Theme editor

Flutter Material Theme editor

Flutter Material Theme editor

Source Code

Please Visit Flutter Material Theme Editor Source Code at GitHub