blob: 19ccc0531323357b76103102190001b989dd2e61 [file] [log] [blame]
name: retry
version: 3.0.0+1
authors:
- Jonas Finnemann Jensen <jonasfj@google.com>
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.5.1
pedantic: ^1.4.0
environment:
sdk: '>=2.0.0 <3.0.0'