flutter_dio_queue 0.1.4 copy "flutter_dio_queue: ^0.1.4" to clipboard
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 HiveQueueStorage and document the requirement.
  • Initialize Hive in the example and expand documentation for HiveQueueStorage.

0.1.2 #

  • Allow QueueJob.toJson to handle FormData bodies by omitting them instead of throwing.

0.1.1 #

  • Avoid serializing FormData bodies and skip persistence when present.
  • Document MultipartFile usage for web and IO.

0.1.0 #

  • Initial release.
4
likes
140
points
13
downloads

Publisher

verified publisherbesenior.ir

Weekly Downloads

Provides a resilient request queue layer for Dio, persisting offline requests and retrying them to ensure reliable network operations in Flutter apps.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

connectivity_plus, dio, flutter, hive, meta

More

Packages that depend on flutter_dio_queue