wide_color_tool 1.0.3+2
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';