local_value 1.2.0 local_value: ^1.2.0 copied to clipboard
A simple abstraction to persist data in the local file system.
1.2.0 #
- Updated dependencies. (Minor due to major update of dependencies)
1.1.2 #
- Changed the homepage location, so pub.dev can find local_value's new home.
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.