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';
29
likes
140
points
112
downloads

Publisher

verified publisherthezerone.com

Weekly Downloads

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

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, image

More

Packages that depend on pick_color