theme_extensions_gen_annotations 0.2.0 copy "theme_extensions_gen_annotations: ^0.2.0" to clipboard
theme_extensions_gen_annotations: ^0.2.0 copied to clipboard

Annotations for the theme_extensions_gen code generator. This package is intended to be used alongside the theme_extensions_gen package.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add theme_extensions_gen_annotations

With Flutter:

 $ flutter pub add theme_extensions_gen_annotations

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

dependencies:
  theme_extensions_gen_annotations: ^0.2.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_extensions_gen_annotations/theme_extensions_gen_annotations.dart';
1
likes
160
points
65
downloads

Publisher

verified publisherkalaganov.dev

Weekly Downloads

Annotations for the theme_extensions_gen code generator. This package is intended to be used alongside the theme_extensions_gen package.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

More

Packages that depend on theme_extensions_gen_annotations