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 [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add color_picker_camera

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  color_picker_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:color_picker_camera/color_picker_camera.dart';
4
likes
30
points
40
downloads

Publisher

verified publishernytrotech.com

Weekly Downloads

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

Packages that implement color_picker_camera