stock 1.1.2 stock: ^1.1.2 copied to clipboard
Dart package for Async Data Loading and Caching. Combine local (DB, cache) and network data simply and safely.
1.1.2 #
1.0.1 #
- Document improvements (#34)
- Make SourceOfTruth non-required in the Stock constrictor (#33)
- Add
mapData
extension to transform theStockResponse<T>
into aStockResponse<E>
(#31). - Add
stock.clear(id)
andstock.clearAll()
functionality. Thanks Abdktefane for PR #30.
1.0.0 #
0.0.2 #
0.0.1 #
- Initial release.