Skip to content

Use deprecated dependency until legacy renderer is removed#11185

Draft
mboetger wants to merge 1 commit intoflutter:mainfrom
mboetger:remove-deprecated-library
Draft

Use deprecated dependency until legacy renderer is removed#11185
mboetger wants to merge 1 commit intoflutter:mainfrom
mboetger:remove-deprecated-library

Conversation

@mboetger
Copy link
Contributor

@mboetger mboetger commented Mar 5, 2026

There is a crash due to play services removing the dependency for the legacy map renderer. We should remove the ability of the map plugin to use the legacy renderer. Until then, this is a quick fix.

Fixes: flutter/flutter#183087

Pre-Review Checklist

  • I read the [Contributor Guide] and followed the process outlined there for submitting PRs.
  • I read the [Tree Hygiene] page, which explains my responsibilities.
  • I read and followed the [relevant style guides] and ran [the auto-formatter].
  • I signed the [CLA].
  • The title of the PR starts with the name of the package surrounded by square brackets, e.g. [shared_preferences]
  • I [linked to at least one issue that this PR fixes] in the description above.
  • I followed [the version and CHANGELOG instructions], using [semantic versioning] and the [repository CHANGELOG style], or I have commented below to indicate which documented exception this PR falls under[^1].
  • I updated/added any relevant documentation (doc comments with ///).
  • I added new tests to check the change I am making, or I have commented below to indicate which [test exemption] this PR falls under[^1].
  • All existing and new tests are passing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Google Maps Flutter plugin crashes on Android due to missing org.apache.http.legacy library

1 participant