forked from Zekfad/fetch_client
-
Notifications
You must be signed in to change notification settings - Fork 1
/
pubspec.yaml
37 lines (32 loc) · 886 Bytes
/
pubspec.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
name: fetch_client
description: >
Client for http package based on Fetch API, enables streamed and cancelable
requests on web and more.
version: 1.0.2
homepage: https://github.com/Zekfad/fetch_client
repository: https://github.com/Zekfad/fetch_client
issue_tracker: https://github.com/Zekfad/fetch_client/issues
# documentation: https://pub.dev/documentation/fetch_client/latest/
topics:
- fetch
- http
platforms:
web:
environment:
sdk: '>=2.19.0 <4.0.0'
dependencies:
fetch_api: ^1.0.0
http: '>=0.13.5 <2.0.0'
# dependency_overrides:
# fetch_api:
# git: https://github.com/Zekfad/fetch_api
dev_dependencies:
build_runner: '>=2.4.6'
build_web_compilers: '>=4.0.4'
http_client_conformance_tests:
git:
url: https://github.com/dart-lang/http
ref: master
path: pkgs/http_client_conformance_tests
test: ^1.24.4
zekfad_lints: ^1.2.0