danReynolds / loon

Loon is a reactive document data store for Dart & Flutter.
https://pub.dev/packages/loon
MIT License
35 stars 2 forks source link

Debug improvement, bump flutter_secure_storage #16

Closed danReynolds closed 1 month ago

danReynolds commented 1 month ago

Adds a debug doc with the first debugging suggestion called out being an issue on MacOS where the keychain sharing capability must be enabled before encryption key generation/storing provided by flutter_secure_storage will work.

Also bumps flutter_secure_storage to latest.