dynamic_color_theme 1.1.1 copy "dynamic_color_theme: ^1.1.1" to clipboard
dynamic_color_theme: ^1.1.1 copied to clipboard

outdated

Dynamically change your color theme, including light and dark mode. Persist the colors across restarts.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add dynamic_color_theme

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  dynamic_color_theme: ^1.1.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:dynamic_color_theme/dynamic_color_theme.dart';
28
likes
0
pub points
51%
popularity

Publisher

unverified uploader

Dynamically change your color theme, including light and dark mode. Persist the colors across restarts.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, flutter_colorpicker, shared_preferences

More

Packages that depend on dynamic_color_theme