google_ml_kit_flutter icon indicating copy to clipboard operation
google_ml_kit_flutter copied to clipboard

A flutter plugin that implements Google's standalone ML Kit

Results 134 google_ml_kit_flutter issues
Sort by recently updated
recently updated
newest added

First of all - hats of for the creators of this plugin. I have the same issue as described here - https://github.com/bharat-biradar/Google-Ml-Kit-plugin/issues/241 I've tried object detection from example and I'm...

``` /flutter (32499): [ERROR:flutter/lib/ui/ui_dart_state.cc(198)] Unhandled Exception: PlatformException(error, Image dimension, ByteBuffer size and format don't match. Please check if the ByteBuffer is in the decalred format., null, java.lang.IllegalArgumentException: Image dimension, ByteBuffer...

I used Cloud AutoML to train a custom model that suppose to detect marks on a piece of paper. I have the dataset exported as a TFLite file, and i...

Language models are not downloaded from downloadModel in google_mlkit_translation. But when translating by translateText, if the relevant language model is not downloaded, the model will be downloaded automatically. And it...

The application written with Flutter, the Face Detection works ok on many other devices but does not work on Samsung Galaxy A23 Android 12. Found this line in the Android...

Face Detection
dependencies

If we take photos in iPhone final XFile? image = await picker.pickImage( source: ImageSource.camera, maxWidth: 300, maxHeight: 300, preferredCameraDevice: CameraDevice.front, ); final List faces = await faceDetector.processImage(inputImage); always give empty...

Hi i have follow example for scaning text recognition and implement to my flutter project it's work on many devices such as : Samsung brand but it just return empty...

The barcode scanner doesn't scan any type of data other than URLs. This issue is only present on Nokia X20 device https://www.gsmarena.com/nokia_x20-10838.php ex: 123 --> No response ABC -> No...

im trying on example for understanding how the features works. in barcode scanner mode(on example) with image from gallery it just find max 10 barcodes. in image there is 25...

Embossed text, such as a credit card number completely fails at being read. Printed number text works fine. What options are available to improve the accuracy of reading embossed numbers?...