Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 2.18.5

* Updates README to indicate that this package will not receive feature updates
going forward. Please see the README for information about adopting one of
the maintained implementation packages.

## 2.18.4

* Fixes a potential compilation issue in tile downscaling.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# Code sharing

This package shares most of its code with the other `google_maps_flutter_ios_*`
packages in this repository, so after changing any code files in this package
run:
`dart run tool/sync_shared_files.dart`

See [the shared directory README](../google_maps_flutter_ios_shared_code/README.md)
for more details.
This package is essentially frozen; future development is only expected to
happen in the `_sdk*` variants, as this package cannot share code due to
being unable to adopt Swift. Only critical fixes should be made in this
package.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ The default iOS implementation of [`google_maps_flutter`][1].
This package will use Google Maps SDK 8.4, 9.x, or 10.x, depending on your
application's minimum deployment target.

**Note**: This package will not receive new feature updates. All clients are
encouraged to adopt one of the [SDK-specific implementations](#alternate-implementations).

## Usage

This package is [endorsed][2], which means you can simply use
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: google_maps_flutter_ios
description: iOS implementation of the google_maps_flutter plugin.
repository: https://github.com/flutter/packages/tree/main/packages/google_maps_flutter/google_maps_flutter_ios
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+maps%22
version: 2.18.4
version: 2.18.5

environment:
sdk: ^3.10.0
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Loading
Loading