-
I think it would make sense to publish this on F-Droid in addition to #4. :)
**F-Droid checklist:**
- [ ] F-Droid build flavor
- [ ] Remove Crashlytics
- [ ] Possibly other Google dependen…
-
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
__________________
cl…
-
When I try to add firebase_ml_vision package to the example app, I get following error:
> ...
> [ +721 ms] Dependency resolved to an incompatible version:
> Dependency(fromArtifactVersion=Artifac…
-
When I added flutter_camera_ml_vision to an existing project, I got the following error.
```
Execution failed for task ':app:checkDebugAarMetadata'.
> Could not resolve all files…
-
Create a view to scan documents with a focus on ergonomics. This is one of the 3 ways to import a document (along with import from local files and via email).
- The user takes a picture of a docume…
-
Execution failed for task ':app:checkDebugAarMetadata'.
> Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
> Could not find com.google.firebase:firebase-ml-vision:.
…
-
play-services-vision is deprecated in favor of the ML Kit api.
https://developers.google.com/vision/android/barcodes-overview
"The Mobile Vision API is now a part of ML Kit. We strongly encourag…
-
This umbrella issue describes the current support of [Background Isolates](https://medium.com/flutter/introducing-background-isolate-channels-7a299609cad8) (announced as of Flutter 3.7) with FlutterFi…
-
### Xamarin.Android Version (eg: 6.0):
### Operating System & Version (eg: Mac OSX 10.11):
Windows 10
### Describe your Issue
MLKit (new ) or Firebase ML (old) don't seem to have working obj…
-
```kotlin
it.setAnalyzer(cameraExecutor, LuminosityAnalyzer { luma, image ->
getCardDetails(image,rotation)
})
private fun getCardDetails(imageProxy: ImageProxy, rotation: Int) {
val me…