retry 2.0.0 retry: ^2.0.0 copied to clipboard
Utility for wrapping an asynchronous function in automatic retry logic with exponential backoff, useful when making requests over network.
v2.0.0 #
- Expect complete API break.
- Initial release started from scratch, lifted from code in github.com/dart-lang/pub-dartlang-dart.
- Credits to Tim Kluge for transferring ownership.
- Dart 2.0 support.
v1.0.0 #
- Initial release by Tim Kluge from github.com/gwTumm/dart-retry.