flutter_camera_ml_vision 3.0.1 copy "flutter_camera_ml_vision: ^3.0.1" to clipboard
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
copied to clipboard

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
copied to clipboard

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';
copied to clipboard
106
likes
130
points
128
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.30 - 2025.04.14

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)

Documentation

API reference

License

MIT (license)

Dependencies

camera, collection, device_info, firebase_core, firebase_ml_vision, flutter, path_provider, pedantic, visibility_detector

More

Packages that depend on flutter_camera_ml_vision