wide_color_tool 1.0.3+2 copy "wide_color_tool: ^1.0.3+2" to clipboard
wide_color_tool: ^1.0.3+2 copied to clipboard

A custom color class implementation for Flutter that handles RGB, HSV, HSL, CMYK, Alpha, Opacity and contrasts.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add wide_color_tool

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

dependencies:
  wide_color_tool: ^1.0.3+2

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:wide_color_tool/wide_color_tool.dart';
1
likes
150
points
0
downloads

Publisher

unverified uploader

Weekly Downloads

A custom color class implementation for Flutter that handles RGB, HSV, HSL, CMYK, Alpha, Opacity and contrasts.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on wide_color_tool