flutter-ml / google_ml_kit_flutter

A flutter plugin that implements Google's standalone ML Kit
MIT License
915 stars 708 forks source link

<google_mlkit_text_recognition errors during flutter build process> #563

Closed niluved closed 1 month ago

niluved commented 7 months ago

Note: C:\Users\xxxxx\AppData\Local\Pub\Cache\hosted\pub.dev\google_mlkit_text_recognition-0.11.0\android\src\main\java\com\google_mlkit_text_recognition\TextRecognizer.java uses unchecked or unsafe operations.:

Describe the bug I just added google_mlkit_text_recognition: ^0.11.0 in my pubspec.yaml and run my Flutter mobile app, but i get this warnings in my console:

Note: C:\Users\xxx\AppData\Local\Pub\Cache\hosted\pub.dev\google_mlkit_commons-0.6.1\android\src\main\java\com\google_mlkit_commons\InputImageConverter.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. Note: C:\Users\xxx\AppData\Local\Pub\Cache\hosted\pub.dev\google_mlkit_text_recognition-0.11.0\android\src\main\java\com\google_mlkit_text_recognition\TextRecognizer.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details.

Platform

niluved commented 7 months ago

i'd like to know if this is expected or not

PrimeTheFirst commented 1 month ago

Same issue

niluved commented 1 month ago

the issue actually vanishes the second time the app builds