firebase_mlkit_language icon indicating copy to clipboard operation
firebase_mlkit_language copied to clipboard

Firebase ML Kit Language Plugin for Flutter

Results 11 firebase_mlkit_language issues
Sort by recently updated
recently updated
newest added

I am trying to translate text. But when I call function language translator or download model the app crash and exit with this console message. ``` E/flutter ( 8978): [ERROR:flutter/shell/platform/android/platform_view_android_jni_impl.cc(43)]...

App crashes when I try to translate or download language and it display no error in log

firebase_core: ^0.4.0+9 firebase_ml_vision: ^0.9.9 flutter_tts: ^1.3.0 camera: ^0.5.8+11 path_provider: ^1.6.24 #problem firebase_mlkit_language: ^1.1.3 __________________ classpath 'com.android.tools.build:gradle:3.5.0' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath 'com.google.gms:google-services:4.3.4' _________________ dependencies{ api 'com.google.firebase:firebase-ml-vision-image-label-model:17.0.2' } ___________ERROR__________________ FAILURE: Build failed with...

Although I've managed to implement the firebase_mlkit_language package for an Android application, I receive the following error when trying to run the application on iOS. ``` Launching lib/main.dart on iPhone...

No visible @interface for 'FIRModelManager' declares the selector 'availableTranslateModelsWithApp:'

When I try to import the library i get the following error. flutter run Using hardware rendering with device Android SDK built for x86. If you notice graphics artifacts, consider...

I have setup my Firebase project, included firebase_mlkit_language dependency in my pubspec.yaml file dependencies: flutter: sdk: flutter firebase_mlkit_language: ^1.1.2 //Firebase ML kit firebase_core: ^0.4.0+9 firebase_auth: ^0.14.0+5 When, I run my...

When I try to add firebase_ml_vision package to the example app, I get following error: > ... > [ +721 ms] Dependency resolved to an incompatible version: > Dependency(fromArtifactVersion=ArtifactVersion(groupId=com.google.firebase, artifactId=firebase-ml-vision,...

Several users, including myself, are having issues with the iOS builds for more than a month... and I see a PR that has been pending approval for a while already......