-
Notifications
You must be signed in to change notification settings - Fork 30.6k
Google Maps SDK versioning in google_maps_flutter #169376
Copy link
Copy link
Closed
Labels
📜Issue was posted to Discord. Remove to have the issue reannounced. (For "design doc", "emergency")Issue was posted to Discord. Remove to have the issue reannounced. (For "design doc", "emergency")P2Important issues not at the top of the work listImportant issues not at the top of the work lista: pluginsSupport for writing, building, and running plugin packagesSupport for writing, building, and running plugin packagesdesign docTracks a design discussion documentTracks a design discussion documentp: mapsGoogle Maps pluginGoogle Maps pluginpackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.platform-iosiOS applications specificallyiOS applications specificallyr: fixedIssue is closed as already fixed in a newer versionIssue is closed as already fixed in a newer versionteam-ecosystemOwned by Ecosystem teamOwned by Ecosystem teamtriaged-ecosystemTriaged by Ecosystem teamTriaged by Ecosystem team
Description
Metadata
Metadata
Assignees
Labels
📜Issue was posted to Discord. Remove to have the issue reannounced. (For "design doc", "emergency")Issue was posted to Discord. Remove to have the issue reannounced. (For "design doc", "emergency")P2Important issues not at the top of the work listImportant issues not at the top of the work lista: pluginsSupport for writing, building, and running plugin packagesSupport for writing, building, and running plugin packagesdesign docTracks a design discussion documentTracks a design discussion documentp: mapsGoogle Maps pluginGoogle Maps pluginpackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.platform-iosiOS applications specificallyiOS applications specificallyr: fixedIssue is closed as already fixed in a newer versionIssue is closed as already fixed in a newer versionteam-ecosystemOwned by Ecosystem teamOwned by Ecosystem teamtriaged-ecosystemTriaged by Ecosystem teamTriaged by Ecosystem team
Type
Fields
Give feedbackNo fields configured for issues without a type.
Document Link
https://flutter.dev/go/google-maps-spm-versioning
What problem are you solving?
As part of the migration to Swift Package Manager, the
google_maps_flutterplugin needs to add SPM support. The mechanism we have used for several years in this plugin to allow clients to get the latest version of the Google Maps SDK that is compatible with the versions of iOS their app supports will not work in SPM, so we need an alternate approach to versioning the SDK dependency. This document describes the problem, and explores possible approaches.