material_themes_widgets 1.14.1 material_themes_widgets: ^1.14.1 copied to clipboard
Widgets that use the Material Themes Manager by default in order to allow for theme udpates
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add material_themes_widgets
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
material_themes_widgets: ^1.14.1
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:material_themes_widgets/material_themes_widgets.dart';