local_value 1.1.1 local_value: ^1.1.1 copied to clipboard
A simple abstraction to persist data in the local file system.
1.1.1 #
- Fixed a bug where file data container would not create the file before attempting a write.
1.1.0 #
- Added a new storage type, Secure Storage, for cases where secure storage is needed, that delegates to FlutterSecureStorage.
1.0.0 #
- inital stable release.
- fully tested API.
0.0.2 #
- Fixed stackoverflow bug due to variable shadowing in dependency injector container.
0.0.1 #
- Inital release.