vox_flex_theme 0.0.33
vox_flex_theme: ^0.0.33 copied to clipboard
The necessary methods to easily add a theme_controller for the flex_color_scheme, we do this so we can more easily introduce color themes and switch between them.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add vox_flex_theme
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
vox_flex_theme: ^0.0.33
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:vox_flex_theme/vox_flex_theme.dart';