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

Defines the annotations used by theme_generator to create code for theme serialization, deserialization and provider for it.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add theme_annotation

With Flutter:

 $ flutter pub add theme_annotation

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

dependencies:
  theme_annotation: ^0.3.0

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_annotation/theme_annotation.dart';
0
likes
110
pub points
1%
popularity

Publisher

unverified uploader

Defines the annotations used by theme_generator to create code for theme serialization, deserialization and provider for it.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

json_annotation, theme_json_converter

More

Packages that depend on theme_annotation