theme_tailor 3.0.1 copy "theme_tailor: ^3.0.1" to clipboard
theme_tailor: ^3.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: ^3.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';
149
likes
130
pub points
89%
popularity
screenshot

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
API reference

License

MIT (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