sync_offline_requests 1.0.4 copy "sync_offline_requests: ^1.0.4" to clipboard
sync_offline_requests: ^1.0.4 copied to clipboard

A Flutter package that provides offline-first HTTP request handling with automatic synchronization when internet connectivity is restored. Requests are safely stored in SQLite and retried with configu [...]

1.0.4 #

  • Fixed README.md formatting and emoji encoding
  • Improved code examples in documentation

1.0.3 #

  • Improved documentation and package metadata

1.0.0 #

  • Initial stable release
  • Offline-first HTTP request queue
  • Automatic sync when internet is restored
  • Retry mechanism with configurable max retries
  • SQLite-based persistent request storage
  • Sync lifecycle callbacks
  • Example application included
4
likes
0
points
250
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package that provides offline-first HTTP request handling with automatic synchronization when internet connectivity is restored. Requests are safely stored in SQLite and retried with configurable limits.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

connectivity_plus, flutter, http, path, sqflite, uuid

More

Packages that depend on sync_offline_requests