Pick Color From Camera

A flutter plugin to detect colors using camera and provides its code to you.

DEMO PREVIEW

"DEMO PREVIEW"

"DEMO PREVIEW"

Installation

Add pick_color_from_camera as a dependency in your pubspec.yaml file

Getting Started

  1. Import the package in your Dart file:
import 'package:pick_color_from_camera/pick_color_from_camera.dart';
  1. Get Color Code by calling the pickColor method:
String? colorCode = await PickColorFromCamera.pickColor();