flutter_camera_ml_vision 3.0.1 flutter_camera_ml_vision: ^3.0.1 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 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: ^3.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:flutter_camera_ml_vision/flutter_camera_ml_vision.dart';