persistencestore 1.0.1 copy "persistencestore: ^1.0.1" to clipboard
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.1 - 2026-02-25 #

Added #

  • Correct the repository homepage

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 Store and MutableStore implementations
  • Support for reactive streams with RxDart
  • JSON serialization support with json_annotation
  • Equatable integration for value equality
  • Multiple store implementations:
    • RealStore - Core store implementation
    • MutableStore - 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
7
likes
140
points
94
downloads

Publisher

verified publisherandroidalliance.co.uk

Weekly Downloads

A Dart port of Store5 - A Kotlin Multiplatform library for building network-resilient applications

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

equatable, fpdart, json_annotation, meta, rxdart

More

Packages that depend on persistencestore