ardinbig / panache

🎨 Flutter Material Theme editor

Home Page:https://rxlabz.github.io/panache

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🎨 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

https://rxlabz.github.io/panache


Languages

Language:Dart 84.8%Language:Objective-C 10.8%Language:Swift 1.8%Language:Ruby 1.5%Language:C 0.3%Language:HTML 0.3%Language:Shell 0.3%Language:Java 0.2%