Skip to content

Commit 03429cc

Browse files
authored
Updating documentation on UIScene migration (#12490)
_Description of what this PR is changing or adding, and why:_ Flutter is about to add support for UIScene and this documentation will go along with it. _Issues fixed by this PR (if any):_ _PRs or commits this PR depends on (if any):_ ## Presubmit checklist - [x] If you are unwilling, or unable, to sign the CLA, even for a _tiny_, one-word PR, please file an issue instead of a PR. - [x] If this PR is not meant to land until a future stable release, mark it as draft with an explanation. - [x] This PR follows the [Google Developer Documentation Style Guidelines](https://developers.google.com/style)—for example, it doesn't use _i.e._ or _e.g._, and it avoids _I_ and _we_ (first-person pronouns). - [x] This PR uses [semantic line breaks](https://github.com/dart-lang/site-shared/blob/main/doc/writing-for-dart-and-flutter-websites.md#semantic-line-breaks) of 80 characters or fewer.
1 parent 613860f commit 03429cc

File tree

3 files changed

+552
-177
lines changed

3 files changed

+552
-177
lines changed

firebase.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -818,6 +818,7 @@
818818
{ "source": "/to/track-widget-creation", "destination": "/tools/devtools/inspector#track-widget-creation", "type": 301 },
819819
{ "source": "/to/troubleshoot-devices", "destination": "/install/troubleshoot", "type": 301 },
820820
{ "source": "/to/unbounded-constraints", "destination": "/ui/layout/constraints#unbounded", "type": 301 },
821+
{ "source": "/to/uiscene-migration", "destination": "/release/breaking-changes/uiscenedelegate", "type": 301 },
821822
{ "source": "/to/unit-testing", "destination": "/cookbook/testing/unit/introduction", "type": 301 },
822823
{ "source": "/to/update-linux-path", "destination": "/install/add-to-path#linux", "type": 301 },
823824
{ "source": "/to/update-macos-path", "destination": "/install/add-to-path#macos", "type": 301 },
54 KB
Loading

0 commit comments

Comments
 (0)