uni_color_name 0.1.0 copy "uni_color_name: ^0.1.0" to clipboard
uni_color_name: ^0.1.0 copied to clipboard

Identifies the value of a color by name and vice versa. Knows over 900 color names. The easy-to-use and well-tested library.

example/main.dart

// ignore_for_file: avoid_print

import 'package:uni_color_name/uni_color_name.dart';

void main() {
  const c = UniColorName();
  print(c.value('forrest green'));
  print(c.name((0.08, 0.27, 0.02), decimalPlaces: 2));
}
2
likes
0
points
80
downloads

Publisher

verified publishersyrokomskyi.com

Weekly Downloads

Identifies the value of a color by name and vice versa. Knows over 900 color names. The easy-to-use and well-tested library.

Repository (GitHub)
View/report issues

Topics

#identify #color #palette #names #image

License

unknown (license)

Dependencies

test

More

Packages that depend on uni_color_name