theme_palette_generator 0.0.7 copy "theme_palette_generator: ^0.0.7" to clipboard
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_generator

This 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.7

Alternatively, 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';
0
likes
125
points
141
downloads

Documentation

API reference

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

MIT (license)

Dependencies

analyzer, build, code_builder, dart_style, flutter, source_gen

More

Packages that depend on theme_palette_generator