flutter_secure_file_storage 1.1.0 flutter_secure_file_storage: ^1.1.0 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.1.0 #
0.0.6 #
Refactor #
- Refactorred the implementation. Using flutter_file_storage for shared implementation.
0.0.4 #
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 #
0.0.2 #
- encrypt and decrypt native on Android and iOS > 12
0.0.1 #
- encrypt and decrypt files automatically and storing the keys in secure storage