flutter_dio_queue 0.1.4
flutter_dio_queue: ^0.1.4 copied to clipboard
Provides a resilient request queue layer for Dio, persisting offline requests and retrying them to ensure reliable network operations in Flutter apps.
0.1.4 #
- Fix pubspec.yaml description field
0.1.3 #
- Surface a clearer error when Hive hasn't been initialized before using
HiveQueueStorageand document the requirement. - Initialize Hive in the example and expand documentation for
HiveQueueStorage.
0.1.2 #
- Allow
QueueJob.toJsonto handleFormDatabodies by omitting them instead of throwing.
0.1.1 #
- Avoid serializing
FormDatabodies and skip persistence when present. - Document
MultipartFileusage for web and IO.
0.1.0 #
- Initial release.