offline_sync_queue 0.0.2 copy "offline_sync_queue: ^0.0.2" to clipboard
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_plus dependency constraint to ^7.3.1 (supporting connectivity_plus 7.x).
  • Updated shared_preferences dependency 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/.
2
likes
160
points
150
downloads

Documentation

API reference

Publisher

verified publisherbalochcodes.com

Weekly Downloads

The ultimate offline-first engine for Flutter. Automatically queue actions/jobs while offline and sync them when connection is restored.

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

connectivity_plus, flutter, shared_preferences

More

Packages that depend on offline_sync_queue