theme_tailor 1.0.1
theme_tailor: ^1.0.1 copied to clipboard
Code generator and theming utility for supercharging and embracing Flutter's 3.0 ThemeExtension classes. The generator can create themes based on the lists of the theme properties. Additionally, you [...]
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: ^1.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';