theme_provider 0.1.0 theme_provider: ^0.1.0 copied to clipboard
Easy to use and customizable Theme Provider. This Widget can be used to easily provide a theme controller across the widget tree.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add theme_provider
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
theme_provider: ^0.1.0
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:theme_provider/theme_provider.dart';