flutter_camera_ml_vision 1.4.0 copy "flutter_camera_ml_vision: ^1.4.0" to clipboard
flutter_camera_ml_vision: ^1.4.0 copied to clipboard

outdated

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 flutter_camera_ml_vision

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

dependencies:
  flutter_camera_ml_vision: ^1.4.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:flutter_camera_ml_vision/flutter_camera_ml_vision.dart';
103
likes
0
pub points
84%
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...

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

camera, device_info, firebase_ml_vision, flutter, path_provider, pedantic

More

Packages that depend on flutter_camera_ml_vision