sync_offline_requests 1.0.4
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