dynamic_color 1.5.2 copy "dynamic_color: ^1.5.2" to clipboard
dynamic_color: ^1.5.2 copied to clipboard

A Flutter package to create Material color schemes based on a platform's implementation of dynamic color.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dynamic_color

With Flutter:

 $ flutter pub add dynamic_color

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

dependencies:
  dynamic_color: ^1.5.2

Alternatively, your editor might support dart pub get or 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/dynamic_color.dart';
490
likes
0
pub points
98%
popularity

Publisher

verified publishermaterial.io

A Flutter package to create Material color schemes based on a platform's implementation of dynamic color.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, flutter_test, material_color_utilities

More

Packages that depend on dynamic_color