-
Notifications
You must be signed in to change notification settings - Fork 3.3k
[WIP] Experiment with simplified get started flow #11944
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 5aa6d7e): https://flutter-docs-prod--pr11944-feat-simplified-get-started-hm4rlygp.web.app |
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 very much a proof of concept, but I am a grammar hound. So humor me. :)
This page is SO GOOD. SO SO SO SO good.
Co-authored-by: Shams Zakhour (ignore Sfshaza) <44418985+sfshaza2@users.noreply.github.com>
For the smoothest Flutter setup, | ||
first install the following tools. | ||
|
||
1. <h3>Install Xcode command-line tools</h3> |
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.
This page looks awesome. I have a quick question. If we want to apply this number styling to other topics (flavors, in my case), would we be able to do 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.
Yes, you can use this already. The first line should be wrapped in h3
, then add an extra new line and then {: .steps}
after the list.
1. <h3>First item header</h3>
First item contents.
2. <h3>Second item header</h3>
Second item contents.
{: .steps}
Some styles might end up a bit weird inside this list format, so if so, let me know and I can work on a fix.
Experiments with a simplified getting started flow based around installing Flutter with VS Code and relying on hot reload support for web.
The location/filename isn't the final location, just there for staging purposes.
The full version of this depends on flutter/flutter#167510.
Proposal for #11911.
Staged: https://flutter-docs-prod--pr11944-feat-simplified-get-started-hm4rlygp.web.app/get-started/quick