dio_retry_fixed 0.1.15-beta-null-safety copy "dio_retry_fixed: ^0.1.15-beta-null-safety" to clipboard
dio_retry_fixed: ^0.1.15-beta-null-safety copied to clipboard

A patched version of dio_retry

0.1.15-beta-null-safety #

  • Now with null-safety

0.1.14-beta #

  • Removed dependency on logger from project

0.1.11-beta #

  • Implemented a fix for the callback issue (originally at https://github.com/aloisdeniel/dio_retry/issues/4), all credit for this fix to rodion-m
  • Removed dependency on Logger, instead now has an errorCallback that you can plug into whatever logging solution you have.

0.1.9-beta #

  • Support Dio 3 which works on Flutter web

0.1.8-beta #

  • Initial version, created by Stagehand