Closed xeinebiu closed 2 years ago
I'm also having this problem building on Android with the same flutter version (2.10.3). Any suggestions?
Use the version before the last one biometric_storage: 4.0.0-dev.1
This is a duplicate of #55
Can you please try out 4.1.0-dev.1
- i've now simply removed the moshi dependency altogether.. there seems to be some weird bugs somewhere... https://issuetracker.google.com/issues/216429430 https://issuetracker.google.com/issues/159151549 .. and Those two classes aren't really hard to deserialize without some fancy json library 😅
Can you please try out
4.1.0-dev.1
- i've now simply removed the moshi dependency altogether.. there seems to be some weird bugs somewhere... https://issuetracker.google.com/issues/216429430 https://issuetracker.google.com/issues/159151549 .. and Those two classes aren't really hard to deserialize without some fancy json library 😅
biometric_storage: 4.0.0-dev.1
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':biometric_storage:kaptReleaseKotlin'.
> A failure occurred while executing org.jetbrains.kotlin.gradle.internal.KaptWithoutKotlincTask$KaptExecutionWorkAction
> java.lang.reflect.InvocationTargetException (no error message)
* 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
biometric_storage: 4.0.0-dev.1
Is that a typo? 4.1.0-dev.1 is the new version https://pub.dev/packages/biometric_storage/versions/4.1.0-dev.1
Can you please try out
4.1.0-dev.1
- i've now simply removed the moshi dependency altogether.. there seems to be some weird bugs somewhere... https://issuetracker.google.com/issues/216429430 https://issuetracker.google.com/issues/159151549 .. and Those two classes aren't really hard to deserialize without some fancy json library 😅
It works with this version. 👍
biometric_storage: 4.0.0-dev.1
Is that a typo? 4.1.0-dev.1 is the new version https://pub.dev/packages/biometric_storage/versions/4.1.0-dev.1
Looks like I used the version provided by @EhabSalah
It works with this version. 👍
@tahitiangabriel thanks for testing.. i've released 4.1.0
, let's hope this is solved now 😂
@hpoul I think you can also close #55
Flutter Doctor