mirror of
https://github.com/flutter/packages.git
synced 2025-06-28 22:02:38 +08:00
[various] Add http
1.0 compatibility (#4147)
The `http` package was updated to 1.0. There are no change that affect our usage (it just adds new class restrictions), so this extends all dependencies to include both 0.13.x and 1.x. All changes here are tool-applied (`update-dependencies` and `update-release-info`) except for the script/tools/ pubspec update, so are identical in all packages. Fixes https://github.com/flutter/flutter/issues/127926
This commit is contained in:
@ -11,7 +11,7 @@ dependencies:
|
||||
file: ^6.1.0
|
||||
# Pin git to 2.0.x until dart >=2.18 is legacy
|
||||
git: '>=2.0.0 <2.1.0'
|
||||
http: ^0.13.3
|
||||
http: '>=0.13.3 <2.0.0'
|
||||
http_multi_server: ^3.0.1
|
||||
meta: ^1.3.0
|
||||
path: ^1.8.0
|
||||
|
Reference in New Issue
Block a user