theme_tailor 2.0.1 copy "theme_tailor: ^2.0.1" to clipboard
theme_tailor: ^2.0.1 copied to clipboard

Code generator for Flutter's 3.0 ThemeExtension classes. The generator can create themes and extensions on BuildContext or ThemeData based on the lists of the theme properties

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add theme_tailor

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

dependencies:
  theme_tailor: ^2.0.1

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_tailor/theme_tailor.dart';
153
likes
0
pub points
88%
popularity

Publisher

verified publisheriteo.com

Code generator for Flutter's 3.0 ThemeExtension classes. The generator can create themes and extensions on BuildContext or ThemeData based on the lists of the theme properties

Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (LICENSE)

Dependencies

analyzer, build, build_config, collection, json_annotation, meta, source_gen, source_gen_test, source_helper, theme_tailor_annotation

More

Packages that depend on theme_tailor