mogol / flutter_secure_storage

A Flutter plugin to store data in secure storage
https://pub.dartlang.org/packages/flutter_secure_storage
BSD 3-Clause "New" or "Revised" License
1.09k stars 340 forks source link

[LINUX] Fix erase was called on null #616 #673

Closed prateekmedia closed 1 month ago

prateekmedia commented 5 months ago

Try Catched the exception, it basically happens when key is not present in libsecret.

fix #616

prateekmedia commented 5 months ago

@mogol The workflows doesn't seem to be due to my PR as it doesn't disturb integration_test on android nor does it cause describeEnum error in code analysis.

Can you review the PR?

juliansteenbakker commented 1 month ago

Sorry for the late response, the code looks good! LGTM!