pick_color_from_camera

Last updated:

0 purchases

pick_color_from_camera Image
pick_color_from_camera Images
Add to Cart

Description:

pick color from camera

Pick Color From Camera #
A flutter plugin to detect colors using camera and provides its code to you.
DEMO PREVIEW #


Installation #
Add pick_color_from_camera as a dependency in your pubspec.yaml file
Getting Started #

Import the package in your Dart file:

import 'package:pick_color_from_camera/pick_color_from_camera.dart';
copied to clipboard

Get Color Code by calling the pickColor method:

String? colorCode = await PickColorFromCamera.pickColor();
copied to clipboard

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.