We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fb4cfa commit c125ed5Copy full SHA for c125ed5
pkgs/http/CHANGELOG.md
@@ -1,4 +1,6 @@
1
-## 1.1.2-wip
+## 1.1.2
2
+
3
+* Allow `web: '>=0.3.0 <0.5.0'`.
4
5
## 1.1.1
6
pkgs/http/pubspec.yaml
@@ -1,5 +1,5 @@
name: http
-version: 1.1.2-wip
+version: 1.1.2
description: A composable, multi-platform, Future-based API for HTTP requests.
repository: https://github.com/dart-lang/http/tree/master/pkgs/http
@@ -10,7 +10,7 @@ dependencies:
10
async: ^2.5.0
11
http_parser: ^4.0.0
12
meta: ^1.3.0
13
- web: ^0.4.0
+ web: '>=0.3.0 <0.5.0'
14
15
dev_dependencies:
16
dart_flutter_team_lints: ^2.0.0
0 commit comments