colorful 1.0.3 copy "colorful: ^1.0.3" to clipboard
colorful: ^1.0.3 copied to clipboard

Dart 1 only

Create Hex Colors with the same values for saturation and lightness, and equally distant hue values. ColorPalettes can be generated from preset Palettes, or custumized by supplying the saturation and [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add colorful

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

dependencies:
  colorful: ^1.0.3

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:colorful/colorful.dart';
0
likes
20
points
11
downloads

Publisher

unverified uploader

Weekly Downloads

Create Hex Colors with the same values for saturation and lightness, and equally distant hue values. ColorPalettes can be generated from preset Palettes, or custumized by supplying the saturation and lightness values.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

color

More

Packages that depend on colorful