-
Notifications
You must be signed in to change notification settings - Fork 3.4k
[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 40fe333): 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.)
Does anyone have further feedback on this change? Some other work I have planned is blocked on this change (or something similar) landing. Thanks for taking a look! |
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:
1. Quick start - /get-started/quick
2. Custom setup - /get-started/custom
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
Contributes to #12405