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
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