-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpubspec.yaml
More file actions
34 lines (30 loc) · 797 Bytes
/
pubspec.yaml
File metadata and controls
34 lines (30 loc) · 797 Bytes
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
name: fetch_client
description: >
Client for http package based on Fetch API, enables streamed and cancelable
requests on web and more.
version: 1.2.1
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:
- web
- fetch
- http
platforms:
web:
environment:
sdk: '>=3.4.0 <4.0.0'
dependencies:
fetch_api: ^2.2.0
http: ^1.5.0
dev_dependencies:
build_runner: '>=2.4.10'
build_web_compilers: '>=4.0.10'
http_client_conformance_tests:
git:
url: https://github.com/dart-lang/http
ref: master
path: pkgs/http_client_conformance_tests
test: ^1.25.5
zekfad_lints: ^2.3.0