retry 3.1.0-null-safety.0 copy "retry: ^3.1.0-null-safety.0" to clipboard
retry: ^3.1.0-null-safety.0 copied to clipboard

outdated

Utility for wrapping an asynchronous function in automatic retry logic with exponential back-off, useful when making requests over network.

v3.1.0-null-safety.0 #

  • Migrate to null-safety.

v3.0.1 #

  • Fix retry overflow

v3.0.0+1 #

  • Update the example in README.md.

v3.0.0 #

  • When retryIf is not given, we default to retry any Exception thrown. This is breaking, but provides a more useful default behavior.

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 #

790
likes
0
pub points
99%
popularity

Publisher

verified publishergoogle.dev

Utility for wrapping an asynchronous function in automatic retry logic with exponential back-off, useful when making requests over network.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

More

Packages that depend on retry