flutter_secure_storage
flutter_secure_storage copied to clipboard
Add a way to watch/listen changes
It would be very useful to be able to listen to changes of a set of keys/any key in the secure storage and be notify when it happens.
For example hive
allows you to listen to a change on specific keys or all the keys of a box (see the doc).
You can use other dependencies for now to watch for changes, or create a simple state tracker since I don't think that this will be implemented anytime soon...
I've created this pull request: https://github.com/mogol/flutter_secure_storage/pull/640