pick_color_from_camera 1.0.0
pick_color_from_camera: ^1.0.0 copied to clipboard
Pick Color From Camera Capture RGB(hex) color codes of objects using your device's back camera. Focus on an object within the centered target to get its color code for your needs.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add pick_color_from_camera
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
pick_color_from_camera: ^1.0.0
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:pick_color_from_camera/pick_color_from_camera.dart';