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
copied to clipboard

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
copied to clipboard

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';
copied to clipboard
29
likes
140
points
103
downloads

Publisher

verified publisherthezerone.com

Weekly Downloads

2024.09.26 - 2025.04.10

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