create_material_color 0.0.4 copy "create_material_color: ^0.0.4" to clipboard
create_material_color: ^0.0.4 copied to clipboard

personal util tools to transform color to material color. source code is from [Creating custom color swatch for MaterialColor](https://medium.com/@filipvk/creating-a-custom-color-swatch-in-flutter-554 [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add create_material_color

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

dependencies:
  create_material_color: ^0.0.4

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:create_material_color/create_material_color.dart';
5
likes
20
pub points
0%
popularity

Publisher

unverified uploader

personal util tools to transform color to material color. source code is from [Creating custom color swatch for MaterialColor](https://medium.com/@filipvk/creating-a-custom-color-swatch-in-flutter-554bcdcb27f3)

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on create_material_color