theme_palette_generator 0.0.7
theme_palette_generator: ^0.0.7 copied to clipboard
A code generator that automatically creates Flutter ThemeExtensions for custom design systems and color palettes.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add theme_palette_generatorThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
theme_palette_generator: ^0.0.7Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:theme_palette_generator/theme_palette_generator.dart';