Akhil George
Akhil George
Participants profile image coming as EvilRat's profile image Any Solutions to change this Profile Image to Participants Profile Image ,
Issue with google_mlkit_face_detection : Detecting Invisible Landmarks When Partial Face is Visible
### Describe your issue. If applicable, add screenshots to help explain your problem. iam facing an issue google_mlkit_face_detection with When only part of the face is visible to the camera...
This PR updates the example app’s Gradle Wrapper to version 8.8 and the Android Gradle Plugin to 8.7.2, resolving build issues and ensuring future compatibility with upcoming Flutter versions. The...
### Summary Flutter has deprecated support for older AGP (8.4.1) and Kotlin (2.0.0) versions. This PR updates the `example/` Android project to the latest supported versions. ### Changes - Updated...
This PR replaces all usages of the deprecated Color.withOpacity() API with Color.withValues(alpha: ...) as recommended by Flutter. Reason: - `withOpacity()` is deprecated and triggers warnings. - `withValues()` avoids precision loss...
This PR updates the Android build configuration to the latest Flutter-compatible standards and resolves build issues in the example app. Updated build.gradle to use modern Flutter plugin setup. Migrated AGP...
This PR updates the Android build configuration to the latest Flutter-compatible standards and resolves build issues in the example app. - Updated build.gradle to use modern Flutter plugin setup. -...
Initially, I tested with `MIFARE Classic` cards, but later discovered that iOS does not support `MIFARE Classic`, so I purchased an `NXP NTAG213` tag instead However, the `onDiscovered` callback is...
I’m getting random barcode values when the scanner view closes due to timeout **even though no QR code or barcode in front of the camera**. Each time this happens, the...