theme_generator 0.3.0 copy "theme_generator: ^0.3.0" to clipboard
theme_generator: ^0.3.0 copied to clipboard

Package that help to generate theme that behaves like material themes, but with serialization and deserialization.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add theme_generator

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

dependencies:
  theme_generator: ^0.3.0

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:theme_generator/theme_generator.dart';
0
likes
140
points
41
downloads

Publisher

unverified uploader

Weekly Downloads

Package that help to generate theme that behaves like material themes, but with serialization and deserialization.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

analyzer, build, source_gen, theme_annotation, theme_json_converter

More

Packages that depend on theme_generator