flutter_mlkit icon indicating copy to clipboard operation
flutter_mlkit copied to clipboard

A Flutter plugin to use the Firebase ML Kit.

Results 44 flutter_mlkit issues
Sort by recently updated
recently updated
newest added

I have tried mlkit and it works great with the camera and image path. But I would like to know if there is any method for using stream URL to...

Hi all, I'm having an issue when using the library and building a release apk for Android. `flutter -v doctor` [√] Flutter (Channel beta, v0.7.3, on Microsoft Windows [Version 10.0.17134.285],...

under investigation

error detecting text after pick an image I/flutter (16811): PlatformException(error, Attempt to invoke virtual method 'android.content.ContentResolver android.app.Activity.getContentResolver()' on a null object reference, null, java.lang.NullPointerException: Attempt to invoke virtual method 'android.content.ContentResolver...

Related dependencies ``` firebase_storage: ^8.1.2 firebase_core: ^1.0.2 cloud_firestore: ^1.0.2 firebase_auth: ^1.4.0 mlkit: ^0.15.1 ``` I'm getting the following error while installing the pod ``` [!] CocoaPods could not find compatible...

No implementation found for java.lang.String org.tensorflow.lite.TensorFlowLite.nativeRuntimeVersion() (tried Java_org_tensorflow_lite_TensorFlowLite_nativeRuntimeVersion and Java_org_tensorflow_lite_TensorFlowLite_nativeRuntimeVersion__) E/AndroidRuntime(11990): FATAL EXCEPTION: main E/AndroidRuntime(11990): Process: com.example.mumotionplayer, PID: 11990 E/AndroidRuntime(11990): java.lang.UnsatisfiedLinkError: Failed to load native TensorFlow Lite methods. Check that...

Hey @azihsoyn ! Again thanks for your awesome plugin. I had an issue with custom remote models that I had uploaded to firebase. It always says this - `Remote model...

Hi @azihsoyn I was trying out Face Detection using your package but couldnt figure out how to use Landmarks and Contours. Can you please provide an example to do the...

So it seems Google is putting new effort into MLKit. They have revamped the doc, and my understanding is that they released a new version. https://android-developers.googleblog.com/2020/06/mlkit-on-device-machine-learning-solutions.html https://developers.google.com/ml-kit/vision/barcode-scanning

Hi @BugsBunnyBR @arosh @eyasuyuki @azihsoyn @thomas-stockx , I had an tflite model which is locally placed and doing operation now i want to call it from the server like firebase...

Hello, I have this problem when I'm trying to use the sample code on my image. Here is the code I have. ```dart Future _imageIsApproved(File croppedImage) async { FirebaseModelInterpreter interpreter...