Skip to content

Commit 04e40bb

Browse files
parloughantfitch
andauthored
[3.35] Add a quick version of getting started (#12052)
**Dependent on hot reload for web not being behind a flag.** Introduces a new get started flow that is shorter and focuses on installing Flutter, VS Code, and Chrome then trying out Flutter and hot reload on the web. New adding a new target platform docs have been added in preparation for this and are linked to at the end of the doc. Contributes to #11911 **Staged:** https://flutter-docs-prod--pr12052-feat-get-started-quickly-zw2vhwsv.web.app/get-started/quick --------- Co-authored-by: Amanda Fitch <[email protected]>
1 parent 4107188 commit 04e40bb

File tree

5 files changed

+503
-5
lines changed

5 files changed

+503
-5
lines changed

firebase.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -807,6 +807,7 @@
807807
{ "source": "/to/state-management-sample", "destination": "/data-and-backend/state-mgmt/simple", "type": 301 },
808808
{ "source": "/to/switch-flutter-version", "destination": "/install/upgrade#switch-to-a-specific-flutter-version", "type": 301 },
809809
{ "source": "/to/team-infra", "destination": "https://github.com/flutter/flutter/blob/main/docs/triage/Infra-Triage.md", "type": 301 },
810+
{ "source": "/to/test-drive", "destination": "/get-started/quick", "type": 301 },
810811
{ "source": "/to/track-widget-creation", "destination": "/tools/devtools/inspector#track-widget-creation", "type": 301 },
811812
{ "source": "/to/troubleshoot-devices", "destination": "/get-started/install", "type": 301 },
812813
{ "source": "/to/unbounded-constraints", "destination": "/ui/layout/constraints#unbounded", "type": 301 },
5.65 KB
Loading

src/content/get-started/install/index.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
---
22
title: Choose your development platform to get started
33
short-title: Install
4-
description: Install Flutter and get started. Downloads available for Windows, macOS, Linux, and ChromeOS operating systems.
4+
description: >-
5+
Install Flutter and get started developing!
6+
Downloads available for Windows, macOS, Linux, and ChromeOS operating systems.
57
os-list: [Windows, macOS, Linux, ChromeOS]
68
js: [{url: '/assets/js/page/install-current.js'}]
79
---
@@ -19,4 +21,13 @@ js: [{url: '/assets/js/page/install-current.js'}]
1921
{% endfor %}
2022
</div>
2123

24+
:::tip Planning to use VS Code?
25+
Are you planning to use VS Code to develop Flutter apps?
26+
27+
Try out the streamlined getting-started experience
28+
outlined in [Set up and test drive Flutter][]!
29+
30+
[Set up and test drive Flutter]: /get-started/quick
31+
:::
32+
2233
{% render docs/china-notice.md %}

0 commit comments

Comments
 (0)