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

Extract color from image with simple touch

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add pick_color

With Flutter:

 $ flutter pub add pick_color

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

dependencies:
  pick_color: ^0.0.2

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:pick_color/pick_color.dart';
23
likes
0
pub points
63%
popularity

Publisher

verified publisherthezerone.com

Extract color from image with simple touch

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, image

More

Packages that depend on pick_color