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

Hi. It shows Web tag on the page but I get errors. Specifically: MissingPluginException(No implementation found for method getLanguage on channel plugins.flutter.io/mlkit) On Android and iOS it runs great (Except...

W/FirebaseModelManager( 2101): The remote model name is already registered: coco E/ModelResourceManager( 2101): Error preloading model resource E/ModelResourceManager( 2101): com.google.firebase.ml.common.FirebaseMLException: Remote model load failed with the model options: Local model name:...

under investigation

Sometimes NaturalLanguageDetector stuck for example: ``` checkLang(String text) async { NaturalLanguageDetector textDetector = NaturalLanguageDetector.instance; String lang = await textDetector.getLanguage(text); return lang; } String lang = await checkLang("lion"); ```

`[ERROR:flutter/shell/platform/android/platform_view_android_jni.cc(39)] java.lang.NoSuchMethodError: No direct method (Ljava/io/InputStream;)V in class Landroid/media/ExifInterface; or its super classes (declaration of 'android.media.ExifInterface' appears in /system/framework/framework.jar) at com.azihsoyn.flutter.mlkit.MlkitPlugin.getRotationAngle(MlkitPlugin.java:736) at com.azihsoyn.flutter.mlkit.MlkitPlugin.onMethodCall(MlkitPlugin.java:141) at io.flutter.plugin.common.MethodChannel$IncomingMethodCallHandler.onMessage(MethodChannel.java:231) at io.flutter.embedding.engine.dart.DartMessenger.handleMessageFromDart(DartMessenger.java:93) at io.flutter.embedding.engine.FlutterJNI.handlePlatformMessage(FlutterJNI.java:642) at...

I see the following crash when using `FirebaseModelDataType.FLOAT32` as the input type for my custom model: ``` 2018-10-18 00:15:30.178 25593-25593/com.devrel.sample.fluttermlkit E/MethodChannel#plugins.flutter.io/mlkit: Failed to handle method call java.nio.BufferOverflowException at java.nio.DirectByteBuffer.put(DirectByteBuffer.java:291) at...

bug
under investigation

Hi, I am getting this error when trying to use MLKit plugin. Rest of flutterfire plugins are working. There was another error I was getting __FIRAPP_DEFAULT does not exist This...

I'm trying to read driver licenses barcodes, but the CameraMLVision never recognizes them. Although, it's working with other PDF417 barcodes. There is something related to? I'm using the example app.

Currently trying to run the interpreter with a custom model published on firebase called 'test'. I keep Getting these log statements and I can't figure out what is going on...

under investigation

`Launching lib/main.dart on SM G600FY in debug mode... Initializing gradle... [{"event":"app.progress","params":{"appId":"49ffe942-dc81-4723-aeef-ba0f8f721c78","id":"1","progressId":null,"message":"Resolving dependencies..."}}]Resolving dependencies... [{"event":"app.progress","params":{"appId":"49ffe942-dc81-4723-aeef-ba0f8f721c78","id":"2","progressId":null,"message":"Running Gradle task 'assembleDebug'..."}}]Running Gradle task 'assembleDebug'... Built build/app/outputs/apk/debug/app-debug.apk. Installing build/app/outputs/apk/app.apk... Syncing files to device SM G600FY......

under investigation