flutter_secure_file_storage 0.0.8 flutter_secure_file_storage: ^0.0.8 copied to clipboard
An implementation for flutter secure file storage. For example keychain has a soft limit of 4kb. Using the file system instead we can store much larger content
0.0.7 - 04/04/2022 #
Breaking #
- Updated the min sdk to 16 on Android
- Updated flutter_secure_file_storage
0.0.6 - 11/01/2022 #
Refactor #
- Refactorred the implementation. Using flutter_file_storage for shared implementation.
0.0.4 - 07/01/2022 #
Fixed #
- bug where an empty key was saved to the
flutter_secure_file_storage_keys
- Future & await issues
Added #
- support to override the fileStorage. By default we will use DocumentsFileStorage
- locking operations per key
- locking reading & writing the
flutter_secure_file_storage_keys
Breaking #
- custom outputpath moved to the DocumentsFileStorage
0.0.3 - 06/01/2022 #
0.0.2 - 17/12/2021 #
- encrypt and decrypt native on Android and iOS > 12
0.0.1 - 16/12/2021 #
- encrypt and decrypt files automatically and storing the keys in secure storage