offline_sync_outbox 1.0.1
offline_sync_outbox: ^1.0.1 copied to clipboard
A lightweight offline-first FIFO sync queue with durable storage, connectivity triggers, and configurable retry policies for Dart and Flutter.
Changelog #
1.0.1 #
- Rename the package to
offline_sync_outboxbecause the original pub.dev name was already owned by an unrelated package. - Update repository, package, example, and installation links for publication.
1.0.0 #
- Add a strict-FIFO offline synchronization manager.
- Add atomic-style JSON file persistence and an in-memory store.
- Add connectivity-driven automatic synchronization.
- Add bounded exponential backoff and server-directed retry delays.
- Add lifecycle events, synchronization reports, duplicate ID protection, and serialized concurrent queue access.
- Add full API documentation, runnable example, tests, and CI validation.