camera_google_ml_vision 1.1.0-nullsafety copy "camera_google_ml_vision: ^1.1.0-nullsafety" to clipboard
camera_google_ml_vision: ^1.1.0-nullsafety copied to clipboard

A flutter widget that show the camera stream and allow ML vision recognition on it, it allow you to detect barcodes, labels, text, faces...

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add camera_google_ml_vision

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

dependencies:
  camera_google_ml_vision: ^1.1.0-nullsafety

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:camera_google_ml_vision/camera_google_ml_vision.dart';
7
likes
100
pub points
0%
popularity

Publisher

unverified uploader

A flutter widget that show the camera stream and allow ML vision recognition on it, it allow you to detect barcodes, labels, text, faces...

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (LICENSE)

Dependencies

camera, collection, device_info, flutter, google_ml_vision, path_provider, pedantic, visibility_detector

More

Packages that depend on camera_google_ml_vision