flutter_google_ml_vision icon indicating copy to clipboard operation
flutter_google_ml_vision copied to clipboard

Flutter Plugin for Google ML Kit Vision

Results 16 flutter_google_ml_vision issues
Sort by recently updated
recently updated
newest added

I am using google_ml_vision in my app where I need to detect hand but my app keeps crashing on android. I haven't tested for IOS yet. I have tried it...

I'm trying to run the example and get the following, any help would be appreciated. ``` flutter_google_ml_vision\example>flutter run Resolving dependencies... (2.2s) The current Dart SDK version is 3.0.1. Because google_ml_vision_example...

Can you add support for Web, Macos and Windows please.

I have been getting a lot of cases that the package cannot detect the face for some reason not only in android even in ios

**Confidence is null of TextRecognizer** The confidence of the blocks inside `TextBlock` is null, irregardless of the text I take a photo off. It resembles an [issue](https://github.com/firebase/quickstart-android/issues/1040) at the firebase...

I am trying to get the example to work on iOS. I get the following output on the Debug console: CocoaPods' output: ↳ Preparing Analyzing dependencies Inspecting targets to integrate...

For some reason whenever I want to compile I get this error: Undefined symbol: _OBJC_CLASS_$_MLKTextRecognizer Undefined symbol: _OBJC_CLASS_$_MLKBarcodeScanner Undefined symbol: _OBJC_CLASS_$_MLKImageLabelerOptions Undefined symbol: _OBJC_CLASS_$_MLKVisionImage Undefined symbol: _OBJC_CLASS_$_MLKImageLabeler Undefined symbol: _MLKFaceLandmarkTypeRightCheek...

Hello, I am trying to detect text from an image which contains text written in Arabic language. But every time it return empty string. Here's the minimum reproducible code :-...

I followed the basic docs to create the FaceDetector. However, I'm not quite sure how the bounding box values are evoked, because the values I get are out of range...