rishabnayak / firebase_mlkit_language

Firebase ML Kit Language Plugin for Flutter
BSD 3-Clause "New" or "Revised" License
18 stars 21 forks source link

firebase_mlkit_language clashes with firebase_ml_vision #40

Open josedihego opened 3 years ago

josedihego commented 3 years ago

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 an exception.

BUILD FAILED in 17s Exception: Gradle task assembleDebug failed with exit code 1

josedihego commented 3 years ago

I have tried this : googleServices {disableVersionCheck = true} and this: classpath 'com.google.gms:google-services:4.1.0' and nothing has worked. This is a project where I need both firebase_mlkit_language clashes and firebase_ml_vision, without one of them I cannot progress, this is consuming so much time, it has been a battle of versions, but until now nothing has worked. Thank you for any help

niypoo commented 3 years ago

No support , No help!! Is there any package offer ml language ?

assylman commented 3 years ago

@josedihego hi. Have you solved this your issue?

josedihego commented 3 years ago

@nurassylive, unfortunately no. In the end I had to choose just one of these packages, because I hadn't figure out how to use them together.