color_picker_camera 1.0.0 copy "color_picker_camera: ^1.0.0" to clipboard
color_picker_camera: ^1.0.0 copied to clipboard

As the name suggests "Color Picker Camera" lets its users to obtain the RGB(hex) color code of any object.It opens the back camera and shows color code of the object that comes in focus within the cen [...]

color_picker_camera #

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

Installation #

Add color_picker_camera as a dependency in your pubspec.yaml file

Usage #

import 'package:color_picker_camera/color_picker_camera.dart'; String colorCode = await ColorPickerCamera.captureColorFromCamera;

4
likes
30
pub points
39%
popularity

Publisher

verified publishernytrotech.com

As the name suggests "Color Picker Camera" lets its users to obtain the RGB(hex) color code of any object.It opens the back camera and shows color code of the object that comes in focus within the centered target.You can utilize RGB(hex) color code of object according to your need.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter, permission_handler

More

Packages that depend on color_picker_camera