flutter_offline_queue_pro 1.0.1
flutter_offline_queue_pro: ^1.0.1 copied to clipboard
A production-grade offline-first networking layer for Flutter. Automatically captures API calls when offline and syncs them with exponential backoff when connectivity returns. Features include request [...]
Changelog #
1.0.0 #
- Initial release of
flutter_offline_queue_pro. - Implemented production-grade offline-first networking layer.
- Added support for HTTP methods: GET, POST, PUT, PATCH, DELETE.
- Integrated
connectivity_pluswith real internet reachability checks. - Created pluggable storage system with Isar (default) and Hive implementations.
- Implemented advanced retry system with exponential backoff and configurable policies.
- Added automatic synchronization on network reconnection and app resume.
- Implemented request fingerprinting (SHA-256) for deduplication (debouncing).
- Added specialized authentication handling for 401 Unauthorized errors with pause/resume support.
- Supported multipart/form-data for large file uploads using local file paths.
- Provided real-time monitoring via
statusStreamandprogressStream. - Included comprehensive documentation and a clean architecture design.