persistencestore 1.0.1
persistencestore: ^1.0.1 copied to clipboard
A Dart port of Store5 - A Kotlin Multiplatform library for building network-resilient applications
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.0.0 - 2026-02-24 #
Added #
- Initial release of persistencestore
- Dart port of Store5 - A Kotlin Multiplatform library for building network-resilient applications
- Core Persistence Store functionality with
StoreandMutableStoreimplementations - Support for reactive streams with RxDart
- JSON serialization support with json_annotation
- Equatable integration for value equality
- Multiple store implementations:
RealStore- Core store implementationMutableStore- Store with write capabilities
- Cache management utilities
- Multicast support for sharing streams
- Adapter system for data transformation
- Source of Truth pattern support
- Request strategies for cache and network coordination
- Comprehensive test coverage