theme_provider 0.6.0 copy "theme_provider: ^0.6.0" to clipboard
theme_provider: ^0.6.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.6.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';
298
likes
130
pub points
95%
popularity

Publisher

unverified uploader

Easy to use and customizable Theme Provider. This Widget can be used to easily provide a theme controller across the widget tree.

Repository

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, shared_preferences

More

Packages that depend on theme_provider