blob: 8152a93014148f0d1e0269bf2fa982d0a5eace0a [file] [log] [blame]
name: retry
version: 3.1.0
description: |
Utility for wrapping an asynchronous function in automatic retry logic with
exponential back-off, useful when making requests over network.
homepage: https://github.com/google/dart-neats/tree/master/retry
repository: https://github.com/google/dart-neats.git
issue_tracker: https://github.com/google/dart-neats/labels/pkg:retry
dev_dependencies:
test: ^1.16.0-nullsafety.13
pedantic: ^1.4.0
environment:
sdk: ">=2.12.0-0 <3.0.0"