get_secure_storage 1.0.5
get_secure_storage: ^1.0.5 copied to clipboard
A secure version of get_storage, which was a fast, extra light and synchronous key-value storage written entirely in Dart
1.0.5 #
- Updated package to support Flutter 3.19.5
1.0.4 #
- Add method to hasContainer
1.0.3 #
- Add method to deleteContainer
1.0.2 #
- Update storage to use hexString instead of a string of List
- Made sure moving from GetStorage to/from GetSecureStorage works and recover from wrong pwd
1.0.0 #
- Initial release and port of v2.1.0 of GetStorage