single_item_storage 1.0.1
single_item_storage: ^1.0.1 copied to clipboard
A single item storage abstraction.
0.0.1 #
- Initial version. Storage abstraction defined. In-memory cache implementations provided.
1.0.0 #
- Added null safety
- Breaking change:
storage.get()is now nullable. Null is returned when an item is not found - Breaking change:
DataNotFoundexception is removed
1.0.1 #
- Remove unused Flutter dependency.