sync_offline_requests 1.1.1 copy "sync_offline_requests: ^1.1.1" to clipboard
sync_offline_requests: ^1.1.1 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.1.1 #

  • Removed decorative icons from documentation for cleaner look
  • Minor documentation updates

1.1.0 #

  • Bumped version to stable 1.1.0
  • Stabilized API and improved documentation

1.0.5 #

  • Improved documentation with failed request cleanup features
  • Added usage examples for clearing failed requests

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
140
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

Documentation

API reference

License

MIT (license)

Dependencies

connectivity_plus, flutter, http, path, sqflite, uuid

More

Packages that depend on sync_offline_requests