offline_sync_queue 0.0.1
offline_sync_queue: ^0.0.1 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.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/.