theme_palette_generator 0.0.2 copy "theme_palette_generator: ^0.0.2" to clipboard
theme_palette_generator: ^0.0.2 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 Dart:

 $ dart pub add theme_palette_generator

With Flutter:

 $ flutter pub add theme_palette_generator

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  theme_palette_generator: ^0.0.2

Alternatively, your editor might support dart pub get or 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';
0
likes
0
points
142
downloads

Publisher

verified publisherrerurate.com

Weekly Downloads

A code generator that automatically creates Flutter ThemeExtensions for custom design systems and color palettes.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

analyzer, build, code_builder, dart_style, flutter, source_gen

More

Packages that depend on theme_palette_generator