Skip to content

rockerhieu/panache

 
 

Repository files navigation

🎨 Panache

A Flutter Material Theme editor.

Panache helps you to create beautiful Material themes for your Flutter applications.

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

home

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() );

// ...

☕ Support this project

Buy Me A Coffee

🍿 Videos

Screenshots

screenshot

screenshot2

screenshot3

screenshot4

About

🎨 Flutter Material Theme editor

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dart 84.8%
  • Objective-C 10.8%
  • Swift 1.8%
  • Ruby 1.5%
  • C 0.3%
  • HTML 0.3%
  • Other 0.5%