wide_color_tool 2.0.0
wide_color_tool: ^2.0.0 copied to clipboard
A Flutter color utility for RGB, HSV, HSL, CMYK, mixing, luminance, and WCAG contrast calculations.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add wide_color_toolThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
wide_color_tool: ^2.0.0Alternatively, 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';