extract_colors_from_image 0.0.1 copy "extract_colors_from_image: ^0.0.1" to clipboard
extract_colors_from_image: ^0.0.1 copied to clipboard

Pick color from image (assets/network/file) and get color hexcodes.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add extract_colors_from_image

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

dependencies:
  extract_colors_from_image: ^0.0.1

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:extract_colors_from_image/extract_colors_from_image.dart';
2
likes
120
points
34
downloads

Publisher

unverified uploader

Weekly Downloads

Pick color from image (assets/network/file) and get color hexcodes.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

clipboard, flutter, image, image_picker, palette_generator

More

Packages that depend on extract_colors_from_image