flutter_secure_storage_windows 1.1.3 flutter_secure_storage_windows: ^1.1.3 copied to clipboard
Windows implementation of flutter_secure_storage. Please use flutter_secure_storage instead of this package.
1.1.3 #
Updated flutter_secure_storage_platform_interface to latest version.
1.1.2 #
- Silently ignore errors when deleting keys that don't exist
1.1.1 #
- Fix application crash when key doesn't exists.
1.1.0 #
Features
- Add readAll, deleteAll and containsKey functions.
Bugfixes
- Fix implementation of delete operation to allow null value.
1.0.0 #
- Initial Windows implementation