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

A Flutter package which allow you to extract color and hexcode from image with simple touch.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add pick_color

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

dependencies:
  pick_color: ^0.0.4

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:pick_color/pick_color.dart';
23
likes
140
pub points
63%
popularity

Publisher

verified publisherthezerone.com

A Flutter package which allow you to extract color and hexcode from image with simple touch.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, image

More

Packages that depend on pick_color