pick_color_from_camera 0.0.1 copy "pick_color_from_camera: ^0.0.1" to clipboard
pick_color_from_camera: ^0.0.1 copied to clipboard

PlatformAndroid

As the name suggests "Pick Color From 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 [...]

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: ^0.0.1

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
130
points
27
downloads

Publisher

unverified uploader

Weekly Downloads

As the name suggests "Pick Color From 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

Documentation

API reference

License

MIT (license)

Dependencies

flutter, permission_handler

More

Packages that depend on pick_color_from_camera

Packages that implement pick_color_from_camera