-
Notifications
You must be signed in to change notification settings - Fork 3.3k
[Don't merge yet] Replace old getting started flow with two new flows #12341
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
base: main
Are you sure you want to change the base?
Conversation
Visit the preview URL for this PR (updated for commit 68ad5e8): https://flutter-docs-prod--pr12341-feat-streamlined-get-starte-hukqrcpn.web.app |
Hi Parker, I'm about to go on vacation for a week. Can this wait until after that? |
Of course. Enjoy your vacation @mit-mit! No rush on this :) |
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.
I know this is still in draft, but lgtm
LGTM , thank you |
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.
LGTM (Parker and I talked about this in our previous 1:1.)
Staged: https://flutter-docs-prod--pr12341-feat-streamlined-get-starte-hukqrcpn.web.app/get-started
Replaces the old getting started flow (currently at https://docs.flutter.dev/get-started/install), with a new getting started flow that's built around a quick start (happy path) with a fallback that references other docs.
To enable this, we've created new standalone installation docs and "set up development" docs, currently linked to from /install#get-started.
"Get started" and "Set up" buttons and links will lead to /get-started which has two options to choose from:
Quick start - /get-started/quick
This option is highlighted and recommended. It provides a streamlined approach for installing and setting up Flutter by using VS Code (or other VSX-supporting Code OSS-based editors) and only setting up web development. The steps it follows are similar to this:
Custom setup - /get-started/custom
Doesn't cover installing Flutter on the page, but rather relies on the other documentation we've added.
Note we do expect this to be changed and streamlined further once the interactive FWE tutorial is further along.
Staged: https://flutter-docs-prod--pr12341-feat-streamlined-get-starte-hukqrcpn.web.app/get-started
Resolves #11911
Fixes #11672
Fixes #12318
Closes #12318
Closes #10957
Closes #11109
Closes #11405
Closes #11807
Closes #12309