flutter_dio_queue 0.1.3
flutter_dio_queue: ^0.1.3 copied to clipboard
A robust request queue layer on top of Dio.
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.