mem_value 0.2.2
mem_value: ^0.2.2 copied to clipboard
Type-safe persistent storage wrapper with automatic serialization for Flutter.
0.2.2 #
- Updated pubspec.yaml with description
0.2.1 #
- Added
MemValue.setStorageDelegate
0.2.0 #
- Added example app demonstrating various MemValue features
- Enhanced internal API
0.1.1 #
- Reduced SDK constraints
0.1.0 #
- Renamed MemValue.delete (was deleteTag)
- Added MemGroup deleteAll method
- Updated README.md
0.0.2 #
- Added missing exports
- Fixed typos in README.md
0.0.1 #
- Created core implentation and type definitions