-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Add migration guide to opt out of edge-to-edge by default on Android #11068
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Open questions:
|
|
Visit the preview URL for this PR (updated for commit 3e2eaed): https://flutter-docs-prod--pr11068-e2e-optout-dk9lur55.web.app |
|
This PR will be linked to in code documentation: Also FYI that I will be out through 9/2. |
sfshaza2
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, @camsim99, this is great! Once a few changes are made, lgtm. I'll go ahead an approve, but please do update with the changes.
src/content/release/breaking-changes/default-systemuimode-edge-to-edge.md
Outdated
Show resolved
Hide resolved
src/content/release/breaking-changes/default-systemuimode-edge-to-edge.md
Outdated
Show resolved
Hide resolved
src/content/release/breaking-changes/default-systemuimode-edge-to-edge.md
Outdated
Show resolved
Hide resolved
src/content/release/breaking-changes/default-systemuimode-edge-to-edge.md
Outdated
Show resolved
Hide resolved
src/content/release/breaking-changes/default-systemuimode-edge-to-edge.md
Outdated
Show resolved
Hide resolved
src/content/release/breaking-changes/default-systemuimode-edge-to-edge.md
Outdated
Show resolved
Hide resolved
src/content/release/breaking-changes/default-systemuimode-edge-to-edge.md
Outdated
Show resolved
Hide resolved
src/content/release/breaking-changes/default-systemuimode-edge-to-edge.md
Outdated
Show resolved
Hide resolved
…-to-edge.md Co-authored-by: Shams Zakhour (ignore Sfshaza) <44418985+sfshaza2@users.noreply.github.com>
…-to-edge.md Co-authored-by: Shams Zakhour (ignore Sfshaza) <44418985+sfshaza2@users.noreply.github.com>
…-to-edge.md Co-authored-by: Shams Zakhour (ignore Sfshaza) <44418985+sfshaza2@users.noreply.github.com>
…-to-edge.md Co-authored-by: Shams Zakhour (ignore Sfshaza) <44418985+sfshaza2@users.noreply.github.com>
Co-authored-by: Shams Zakhour (ignore Sfshaza) <44418985+sfshaza2@users.noreply.github.com>
Co-authored-by: Shams Zakhour (ignore Sfshaza) <44418985+sfshaza2@users.noreply.github.com>
…-to-edge.md Co-authored-by: Shams Zakhour (ignore Sfshaza) <44418985+sfshaza2@users.noreply.github.com>
…-to-edge.md Co-authored-by: Shams Zakhour (ignore Sfshaza) <44418985+sfshaza2@users.noreply.github.com>
…-to-edge.md Co-authored-by: Shams Zakhour (ignore Sfshaza) <44418985+sfshaza2@users.noreply.github.com>
…-to-edge.md Co-authored-by: Shams Zakhour (ignore Sfshaza) <44418985+sfshaza2@users.noreply.github.com>
…-to-edge.md Co-authored-by: Shams Zakhour (ignore Sfshaza) <44418985+sfshaza2@users.noreply.github.com>
…-to-edge.md Co-authored-by: Shams Zakhour (ignore Sfshaza) <44418985+sfshaza2@users.noreply.github.com>
…-to-edge.md Co-authored-by: Shams Zakhour (ignore Sfshaza) <44418985+sfshaza2@users.noreply.github.com>
Description of what this PR is changing or adding, and why:
Adds a migration guide telling folks how to opt out of edge-to-edge mode when their Flutter on Android app targets Android 15+.
This (targeting Android 15+) will happen by default in the next Flutter stable version, so the described migration steps will be necessary if folks do not explicitly use edge-to-edge mode in their app. Folks may also change the Android version they target, so the steps apply if their target Android 15+ themselves, as well.
Issues fixed by this PR (if any):
Part of #10755
PRs or commits this PR depends on (if any):
flutter/flutter#153795 (merged)
Presubmit checklist