-
Hi there - thanks for the great plugin.
Apple will stop accepting submissions to the App Store from April 2020 for new apps (Dec 2020 for updates) that reference the UIWebView, as it is deprecated …
-
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 in either `bui…
-
There is a conflict between the firebase dependencies and the google_mlkit_object_detection: ^0.13.0 package. If I don't add the google_mlkit_object_detection package the app compiles without an issue…
-
Hi, one of our project need face recognition. I'm trying all the resources. This repository seems to complete that. But I couldn't run the app on linux & windows. I followed all the instructions, stil…
-
Getting length=2; index=3 error while executing runModelOnImage function
here is my package.json file:
"dependencies": {
"@react-native-async-storage/async-storage": "^1.15.9",
"@react…
-
it's truly great, but now I'm facing trouble facing dependency in firebase while I've more installed another package, one say is play-service-vision (I used that on react-native-camera) and I just exc…
-
My package.json file
"dependencies": {
"@react-native-firebase/app": "^6.0.0",
"@react-native-firebase/ml-vision": "^6.0.0",
"react": "16.9.0",
"react-native": "0.61.1",
"r…
-
eg:
final anInputImg = InputImage.fromFile(file);
var detectorResult = await FaceDetector(options: FaceDetectorOptions(minFaceSize: 0.3)).processImage(anInputImg);
the app calling the processIma…
-
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 enabling software…
-
flutter build ios outputs:
** BUILD FAILED **
Xcode's output:
↳ === BUILD TARGET mlkit OF PROJECT Pods WITH CONFIGURATION Release ===
/Users/harikishore/Desktop/Flutter/flutter/.pub-cache…