material_color_generator 1.1.0 copy "material_color_generator: ^1.1.0" to clipboard
material_color_generator: ^1.1.0 copied to clipboard

A package for generating a material color palette with HEX Color.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add material_color_generator

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

dependencies:
  material_color_generator: ^1.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:material_color_generator/material_color_generator.dart';
33
likes
130
pub points
90%
popularity

Publisher

verified publisherberkanaslan.com

A package for generating a material color palette with HEX Color.

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

BSD-2-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on material_color_generator