google_ml_kit_flutter
google_ml_kit_flutter copied to clipboard
A flutter plugin that implements Google's standalone ML Kit
**Describe the bug** When I download the google_ml_kit_flutter-develop sample code and running the digital ink recognize function, It's take for a while for initialize the digitalInkRecognizeFunction... (And the app will...
**Title**: Detection stops when the screen orientation is changed. **Describe the bug** When running the example app on iOS, object detection stops when the screen orientation is changed. On Android,...
to solve this issue https://github.com/flutter-ml/google_ml_kit_flutter/issues/534
In my Flutter project, I was using `scan: 1.6.0` plugin for scanning barcodes/qr codes, which was working fine. Recently I wanted to change the plugin to `google_mlkit_barcode_scanning: 0.12.0`, in android...
I convert CameraImage to InputImage during the camera preview phase. After detect a useable face, I want to save the image data to a jpg file. I try to use...
Poses are drawing on the live camera feed without an issue. But I want to draw poses on a recorded video. I can take snapshots of the video frames as...
Hello, I create an application Flutter with a barcode scanner. I want to use Google ML Kit but when I add the plugin google_mlkit_barcode_scanning, I can build Android app but...
Hello I am getting this error when building to iOS, I am targeting version 12. I am able to run in the simulator, the issue comes when I run flutter...
**PLEASE FILL THIS** before submitting your issue. We have noticed that many people do **NOT** know how to report an issue, please follow this guide to report your issue, otherwise...
The CameraDescription is returning a sensorOrientation of 90 while the DeviceOrientation is returning portrait. My Google Pixel 7 is in portrait mode. When i'm using the CameraPreview with the `google_mlkit_barcode_scanning:...