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