theme_tailor 1.0.0
theme_tailor: ^1.0.0 copied to clipboard
Theme Tailor. Utility for generating themes, Flutter's ThemeExtension classes and extensions on BuildContext and ThemeData to access themes
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.0
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';