Skip to content

Commit e37dd83

Browse files
[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 flutter/flutter#127926
1 parent f1e628c commit e37dd83

File tree

19 files changed

+37
-22
lines changed

19 files changed

+37
-22
lines changed

packages/extension_google_sign_in_as_googleapis_auth/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
## NEXT
1+
## 2.0.10
22

3+
* Adds compatibility with `http` 1.0.
34
* Updates minimum supported SDK version to Flutter 3.3/Dart 2.18.
45
* Aligns Dart and Flutter SDK constraints.
56

packages/extension_google_sign_in_as_googleapis_auth/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name: extension_google_sign_in_as_googleapis_auth
88
description: A bridge package between google_sign_in and googleapis_auth, to create Authenticated Clients from google_sign_in user credentials.
99
repository: https://github.com/flutter/packages/tree/main/packages/extension_google_sign_in_as_googleapis_auth
1010
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+extension_google_sign_in_as_googleapis_auth%22
11-
version: 2.0.9
11+
version: 2.0.10
1212

1313
environment:
1414
sdk: ">=2.18.0 <4.0.0"
@@ -19,7 +19,7 @@ dependencies:
1919
sdk: flutter
2020
google_sign_in: ">=5.0.0 <7.0.0"
2121
googleapis_auth: ^1.1.0
22-
http: ^0.13.0
22+
http: ">=0.13.0 <2.0.0"
2323
meta: ^1.3.0
2424

2525
dev_dependencies:

packages/file_selector/file_selector_platform_interface/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
## NEXT
1+
## 2.5.1
22

3+
* Adds compatibility with `http` 1.0.
34
* Updates minimum supported SDK version to Flutter 3.3/Dart 2.18.
45

56
## 2.5.0

packages/file_selector/file_selector_platform_interface/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ repository: https://github.com/flutter/packages/tree/main/packages/file_selector
44
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+file_selector%22
55
# NOTE: We strongly prefer non-breaking changes, even at the expense of a
66
# less-clean API. See https://flutter.dev/go/platform-interface-breaking-changes
7-
version: 2.5.0
7+
version: 2.5.1
88

99
environment:
1010
sdk: ">=2.18.0 <4.0.0"
@@ -14,7 +14,7 @@ dependencies:
1414
cross_file: ^0.3.0
1515
flutter:
1616
sdk: flutter
17-
http: ^0.13.0
17+
http: ">=0.13.0 <2.0.0"
1818
plugin_platform_interface: ^2.1.0
1919

2020
dev_dependencies:

packages/google_identity_services_web/example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies:
1111
sdk: flutter
1212
google_identity_services_web:
1313
path: ../
14-
http: ^0.13.5
14+
http: ">=0.13.0 <2.0.0"
1515
js: ^0.6.4
1616

1717
dev_dependencies:

packages/google_maps_flutter/google_maps_flutter_web/example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dev_dependencies:
2121
sdk: flutter
2222
google_maps: ^6.1.0
2323
google_maps_flutter: ^2.2.0 # Needed for projection_test.dart
24-
http: ^1.0.0
24+
http: ">=0.13.0 <2.0.0"
2525
integration_test:
2626
sdk: flutter
2727
mockito: 5.4.1

packages/google_sign_in/google_sign_in/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 6.1.4
2+
3+
* Adds compatibility with `http` 1.0.
4+
15
## 6.1.3
26

37
* Clarifies `canAccessScopes` method documentation.

packages/google_sign_in/google_sign_in/example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies:
1818
path: ../
1919
google_sign_in_platform_interface: ^2.4.0
2020
google_sign_in_web: ^0.12.0
21-
http: ^0.13.0
21+
http: ">=0.13.0 <2.0.0"
2222

2323
dev_dependencies:
2424
espresso: ^0.2.0

packages/google_sign_in/google_sign_in/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Flutter plugin for Google Sign-In, a secure authentication system
33
for signing in with a Google account on Android and iOS.
44
repository: https://github.com/flutter/packages/tree/main/packages/google_sign_in/google_sign_in
55
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+google_sign_in%22
6-
version: 6.1.3
6+
version: 6.1.4
77

88
environment:
99
sdk: ">=2.18.0 <4.0.0"
@@ -33,7 +33,7 @@ dev_dependencies:
3333
sdk: flutter
3434
flutter_test:
3535
sdk: flutter
36-
http: ^0.13.0
36+
http: ">=0.13.0 <2.0.0"
3737
integration_test:
3838
sdk: flutter
3939
mockito: 5.4.1

packages/google_sign_in/google_sign_in_android/example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies:
1717
# the parent directory to use the current plugin's version.
1818
path: ../
1919
google_sign_in_platform_interface: ^2.2.0
20-
http: ^0.13.0
20+
http: ">=0.13.0 <2.0.0"
2121

2222
dev_dependencies:
2323
espresso: ^0.2.0

0 commit comments

Comments
 (0)