color_wand 0.0.2 copy "color_wand: ^0.0.2" to clipboard
color_wand: ^0.0.2 copied to clipboard

outdated

A color library which can be used to create, convert, alter, and compare colors to be used in both Flutter and the web.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add color_wand

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

dependencies:
  color_wand: ^0.0.2

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

Publisher

unverified uploader

A color library which can be used to create, convert, alter, and compare colors to be used in both Flutter and the web.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

meta

More

Packages that depend on color_wand