flutter_google_ml_vision
flutter_google_ml_vision copied to clipboard
Flutter Plugin for Google ML Kit Vision
Thanks a lot for this great and powerful widget, I have the project needs this feature (face detection) and luckily I found this plug-in, Everything works flawlessly except the Android...
Hey, thanks for the plugin 🙌 I have a question regarding the **Android** & **iOS** dependencies, in the `firebase_ml_vision` plugin we had to manually specify whatever we want to use...
Using the latest version `0.0.5` and a physical Android phone on `Android 11 API 30` I can't seem to get the example to detect text. This [util method](https://github.com/brianmtully/flutter_google_ml_vision/blob/54ccac4c42083f5f62894186ca27ca21e0c8a080/example/lib/scanner_utils.dart#L26-L37) returns a...
*** -[NSMutableArray addObjectsFromArray:]: array argument is not an NSArray *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[NSMutableArray addObjectsFromArray:]: array argument is not an NSArray' *** First throw...
Build logs: Resolving dependencies... Downloading packages... async 2.11.0 (2.13.0 available) boolean_selector 2.1.1 (2.1.2 available) characters 1.3.0 (1.4.0 available) clock 1.1.1 (1.1.2 available) collection 1.19.0 (1.19.1 available) fake_async 1.3.1 (1.3.3 available)...
scenario : use `google_mlkit_text_recognition` version. pick a pdf file from user. And feed it through OCR. App Crashes. Need a file type validation to ensure only image files are being...