authpass / biometric_storage

Flutter plugin to store data behind biometric authentication (ie. fingerprint)
https://pub.dev/packages/biometric_storage
MIT License
171 stars 101 forks source link

5.0.0+4 Flutter plugin cannot access BiometricStoragePlugin #106

Closed andiilhamsyahidris closed 1 month ago

andiilhamsyahidris commented 6 months ago

i have some trouble when i want to used Biometric Storage. Flutter plugin cannot access BiometricStoragePlugin. I don't know how to solve it

Screenshot 2023-12-07 114904
RootSoft commented 6 months ago

@andiilhamsyahidris Looks like you need to update your JAVA SDK to 17

andiilhamsyahidris commented 6 months ago

@andiilhamsyahidris Looks like you need to update your JAVA SDK to 17

I am already using Java SDK version 17

vlad-buhaescu-qoob commented 5 months ago

my temporary fix is to remove

kotlin { jvmToolchain(17) }

from the libary's Gradle file at /Users/"yourUser"/.pub-cache/hosted/pub.dev/biometric_storage-5.0.0+4/android/build.gradle