You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
When trying to use the plugin, I couldn't compile my app because of this error:
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:checkDebugAarMetadata'.
> Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
> Could not find com.github.prongbang:android-secure-biometric:0.04.
Searched in the following locations:
- https://dl.google.com/dl/android/maven2/com/github/prongbang/android-secure-biometric/0.04/android-secure-biometric-0.04.pom
- https://repo.maven.apache.org/maven2/com/github/prongbang/android-secure-biometric/0.04/android-secure-biometric-0.04.pom
- https://storage.googleapis.com/download.flutter.io/com/github/prongbang/android-secure-biometric/0.04/android-secure-biometric-0.04.pom
- https://jcenter.bintray.com/com/github/prongbang/android-secure-biometric/0.04/android-secure-biometric-0.04.pom
Required by:
project :app > project :local_auth_crypto
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 24s
Exception: Gradle task assembleDebug failed with exit code 1
I says that the library android-secure-biometrics version 0.04 could not be found anywhere, is this a bad version/name?
Here's my Flutter doctor if it can help;
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel master, 3.10.0-16.0.pre, on Fedora Linux 38 (KDE Plasma) 6.2.14-300.fc38.x86_64, locale fr_FR.UTF-8)
[✓] Android toolchain - develop for Android devices (Android SDK version 33.0.0)
[✗] Chrome - develop for the web (Cannot find Chrome executable at google-chrome)
! Cannot find Chrome. Try setting CHROME_EXECUTABLE to a Chrome executable.
[✓] Linux toolchain - develop for Linux desktop
[✓] Android Studio (version 2022.2)
[✓] IntelliJ IDEA Community Edition (version 2023.1)
[✓] Connected device (2 available)
[✓] Network resources
! Doctor found issues in 1 category.
The text was updated successfully, but these errors were encountered:
Hello again,
I got my app working with the android-secure-biometrics dependency, you should add a redirection to the android-secure-biometrics's readme file to give the full onboarding steps to use the plugin.
Hello,
When trying to use the plugin, I couldn't compile my app because of this error:
I says that the library android-secure-biometrics version 0.04 could not be found anywhere, is this a bad version/name?
Here's my Flutter doctor if it can help;
The text was updated successfully, but these errors were encountered: