color_scale 0.0.7 copy "color_scale: ^0.0.7" to clipboard
color_scale: ^0.0.7 copied to clipboard

Color scale widget that tries to resemble what we have on google sheets

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add color_scale

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

dependencies:
  color_scale: ^0.0.7

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:color_scale/color_scale.dart';
5
likes
140
pub points
52%
popularity

Publisher

verified publisherincaview.com

Color scale widget that tries to resemble what we have on google sheets

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

flutter, hsluv

More

Packages that depend on color_scale