Skip to content

Commit ac5fb6d

Browse files
committed
[http] Allow pkg:web v0.3.0
See #1052 Prepare to release pkg:http v1.1.2
1 parent 9fb4cfa commit ac5fb6d

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

pkgs/http/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
## 1.1.2-wip
1+
## 1.1.2
2+
3+
* Allow `web: '>=0.3.0 <0.5.0'`.
24

35
## 1.1.1
46

pkgs/http/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: http
2-
version: 1.1.2-wip
2+
version: 1.1.2
33
description: A composable, multi-platform, Future-based API for HTTP requests.
44
repository: https://github.com/dart-lang/http/tree/master/pkgs/http
55

@@ -10,7 +10,7 @@ dependencies:
1010
async: ^2.5.0
1111
http_parser: ^4.0.0
1212
meta: ^1.3.0
13-
web: ^0.4.0
13+
web: '>=0.3.0 <0.5.0'
1414

1515
dev_dependencies:
1616
dart_flutter_team_lints: ^2.0.0

0 commit comments

Comments
 (0)