Skip to content

Commit 157da4e

Browse files
Add note to default implementation package's README
1 parent 9e4f7db commit 157da4e

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

packages/google_maps_flutter/google_maps_flutter_ios/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 2.17.1
2+
3+
* Adds a README section about Swift Package Manager and the new
4+
`google_maps_flutter_ios_sdk*` packages.
5+
16
## 2.17.0
27

38
* Restructures code to prepare for SwiftPM support.

packages/google_maps_flutter/google_maps_flutter_ios/README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# google\_maps\_flutter\_ios
22

3-
The iOS implementation of [`google_maps_flutter`][1].
3+
The default iOS implementation of [`google_maps_flutter`][1].
4+
5+
This package will use Google Maps SDK 8.4, 9.x, or 10.x, depending on your
6+
application's minimum deployment target.
47

58
## Usage
69

@@ -11,6 +14,15 @@ your app when you do, so you do not need to add it to your `pubspec.yaml`.
1114
However, if you `import` this package to use any of its APIs directly, you
1215
should add it to your `pubspec.yaml` as usual.
1316

17+
## Swift Package Manager
18+
19+
This package cannot support Swift Package Manager, as Swift Package Manager
20+
does not support automatically selecting the appropriate version of the
21+
Google Maps SDK based on the minimum deployment target. For Swift Package
22+
Manager compatibility, you should use the appropriate
23+
[`google_maps_flutter_ios_sdk*` package][3] instead.
24+
25+
1426
## Supported Heatmap Options
1527

1628
| Field | Supported |
@@ -23,3 +35,4 @@ should add it to your `pubspec.yaml` as usual.
2335

2436
[1]: https://pub.dev/packages/google_maps_flutter
2537
[2]: https://flutter.dev/to/endorsed-federated-plugin
38+
[3]: https://pub.dev/packages?q=implements-federated-plugin%3Agoogle_maps_flutter+platform%3Aios

packages/google_maps_flutter/google_maps_flutter_ios/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: google_maps_flutter_ios
22
description: iOS implementation of the google_maps_flutter plugin.
33
repository: https://github.com/flutter/packages/tree/main/packages/google_maps_flutter/google_maps_flutter_ios
44
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+maps%22
5-
version: 2.17.0
5+
version: 2.17.1
66

77
environment:
88
sdk: ^3.9.0

0 commit comments

Comments
 (0)