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