Naoya Yoshizawa

Results 31 comments of Naoya Yoshizawa

Hi, @liyoung1992! Thank you for reporting!

Hi, eduardkieser This issue may help you. https://github.com/azihsoyn/flutter_mlkit/issues/6#issuecomment-393729454 https://github.com/azihsoyn/flutter_mlkit/issues/6#issuecomment-393880362 > Default FirebaseApp is not initialized This error message will cause by invalid gradle configuration. Please ensure setting follow by this...

Hi, @CognitiveClouds-Prasad Recently, Google's maven repository has changed. https://firebase.google.com/docs/android/setup Please try below gradle. ``` allprojects { // ... repositories { // ... google() // Google's Maven repository } } ```...

Hi, @CognitiveClouds-Prasad > I am not using any cloud functionality. So, I removed google services. This cause this. If you don't use cloud detect function, MLKit requires firebase project. ```...

Hi, @AmrHussienM ! Firebase app for android needs google-services.json. Please try this 3rd step. https://firebase.google.com/docs/android/setup

🤔 Where is your google-services.json placed? ``` android/app/google_services.json ``` sample: https://github.com/azihsoyn/flutter_mlkit_sample/tree/master/android/app

Hi, @Gowtham03! MLKit may support the Tamil Language on cloud detection. https://firebase.google.com/docs/ml-kit/recognize-text But this plugin is not supported cloud-based detection yet. In official plugin [firebase_ml_vision](https://github.com/flutter/plugins/tree/master/packages/firebase_ml_vision) supports cloud label detection. I'll...

Hi @startupgurukul That is a good idea. Official mlkit committer Maurice said same thing. https://github.com/flutter/flutter/issues/17532#issuecomment-397029370

In official plugin repo, new plugin is developed by the core Flutter team. https://github.com/flutter/plugins#contributing