pick_color_from_camera 1.0.0 copy "pick_color_from_camera: ^1.0.0" to clipboard
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';
5
likes
150
points
48
downloads

Publisher

unverified uploader

Weekly Downloads

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.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, permission_handler

More

Packages that depend on pick_color_from_camera