offline_sync_queue 0.0.2
offline_sync_queue: ^0.0.2 copied to clipboard
The ultimate offline-first engine for Flutter. Automatically queue actions/jobs while offline and sync them when connection is restored.
0.0.2 #
- Updated
connectivity_plusdependency constraint to^7.3.1(supportingconnectivity_plus7.x). - Updated
shared_preferencesdependency constraint to^2.5.5. - Updated installation instructions in
README.md.
0.0.1 #
- Initial release of
offline_sync_queue. - Implemented core queueing engine with local persistence using
shared_preferences. - Added automatic network state monitoring and reactive Streams (
isOnlineStream,queueStream). - Integrated active DNS host lookup heartbeat checks for reliable internet status detection.
- Provided complete interactive example application in
example/.