You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The page https://docs.flutter.dev/platform-integration/platform-adaptations discusses the automatic UI adaptions performed by the Flutter framework. However for some reason it is placed in the leftnav under the "Beyond UI" section in the "Platform integration" subsection. That seems confusing as all the adaptations are UI related. I suggest it should be moved to the "User Interface" section in the "Adaptive and responsive" design subsection.
The text was updated successfully, but these errors were encountered:
Totally agree, it makes more sense for the page to be under (user interface > adaptive and responsive) since it’s all about UI adaptations. Placing it under 'Beyond UI' could confuse those looking for specific information on adaptive interfaces. It would be great to move it to make it easier to find.
… in Left Nav (#11473)
_Issues fixed by this PR :_ #11442
This PR moves the `Automatic platform adaptations` page to section
`Adaptive & responsive design` in nav bar and closes the above issue.
## Presubmit checklist
- [X] This PR doesn’t contain automatically generated corrections
(Grammarly or similar).
- [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).
- [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.
---------
Co-authored-by: Shams Zakhour (ignore Sfshaza) <[email protected]>
The page https://docs.flutter.dev/platform-integration/platform-adaptations discusses the automatic UI adaptions performed by the Flutter framework. However for some reason it is placed in the leftnav under the "Beyond UI" section in the "Platform integration" subsection. That seems confusing as all the adaptations are UI related. I suggest it should be moved to the "User Interface" section in the "Adaptive and responsive" design subsection.
The text was updated successfully, but these errors were encountered: