zoom_color_picker 1.0.1 copy "zoom_color_picker: ^1.0.1" to clipboard
zoom_color_picker: ^1.0.1 copied to clipboard

A Flutter package for picking colors from an image with zoom functionality.

Zoom Color Picker #

A Flutter package for picking colors from an image with zoom functionality and returning the selected color and image to the parent widget.

Features #

  • Pick an image from the gallery.
  • Zoom in and out of the image.
  • Tap anywhere on the image to get the color of the pixel.
  • Return the selected color and image via callback.

Installation #

Add the following dependency in your pubspec.yaml file:

dependencies:
  zoom_color_picker: ^1.0.1
1
likes
140
points
17
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter package for picking colors from an image with zoom functionality.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

cupertino_icons, flutter, get, image_picker

More

Packages that depend on zoom_color_picker