Skip to content

Commit 672f6c1

Browse files
Update the repo for the 3.22 stable release (#6730)
Does all of the steps of https://github.com/flutter/flutter/wiki/Updating-Packages-repo-for-a-stable-release other than the first (which is flutter/packages#6727).
1 parent 884b9ec commit 672f6c1

File tree

7 files changed

+20
-8
lines changed

7 files changed

+20
-8
lines changed

google_maps_flutter/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## NEXT
2+
3+
* Updates minimum supported SDK version to Flutter 3.16/Dart 3.2.
4+
15
## 2.6.1
26

37
* Updates the minimum version of the iOS implementation package to a version

google_maps_flutter/example/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ description: Demonstrates how to use the google_maps_flutter plugin.
33
publish_to: none
44

55
environment:
6-
sdk: ^3.1.0
7-
flutter: ">=3.13.0"
6+
sdk: ^3.2.0
7+
flutter: ">=3.16.0"
88

99
dependencies:
1010
cupertino_icons: ^1.0.5

google_maps_flutter_android/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## NEXT
2+
3+
* Updates minimum supported SDK version to Flutter 3.16/Dart 3.2.
4+
15
## 2.8.0
26

37
* Adds support for marker clustering.

google_maps_flutter_android/example/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ description: Demonstrates how to use the google_maps_flutter plugin.
33
publish_to: none
44

55
environment:
6-
sdk: ^3.1.0
7-
flutter: ">=3.13.0"
6+
sdk: ^3.2.0
7+
flutter: ">=3.16.0"
88

99
dependencies:
1010
cupertino_icons: ^1.0.5

google_maps_flutter_android/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+
55
version: 2.8.0
66

77
environment:
8-
sdk: ^3.1.0
9-
flutter: ">=3.13.0"
8+
sdk: ^3.2.0
9+
flutter: ">=3.16.0"
1010

1111
flutter:
1212
plugin:

google_maps_flutter_platform_interface/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## NEXT
2+
3+
* Updates minimum supported SDK version to Flutter 3.16/Dart 3.2.
4+
15
## 2.6.0
26

37
* Adds support for marker clustering.

google_maps_flutter_platform_interface/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+
77
version: 2.6.0
88

99
environment:
10-
sdk: ^3.1.0
11-
flutter: ">=3.13.0"
10+
sdk: ^3.2.0
11+
flutter: ">=3.16.0"
1212

1313
dependencies:
1414
collection: ^1.15.0

0 commit comments

Comments
 (0)