name: http_retry | |
version: 0.2.1-dev | |
description: >- | |
A wrapper for package:http clients that automatically retries requests | |
repository: https://github.com/dart-lang/http_retry | |
environment: | |
sdk: '>=2.12.0 <3.0.0' | |
dependencies: | |
async: ^2.5.0 | |
http: ^0.13.0 | |
dev_dependencies: | |
fake_async: ^1.2.0 | |
pedantic: ^1.10.0 | |
test: ^1.16.0 |