Skip to content

Commit 572bb61

Browse files
committed
Add a cross-link from the old get started page
1 parent 6d3d4da commit 572bb61

File tree

3 files changed

+17
-5
lines changed

3 files changed

+17
-5
lines changed

firebase.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -802,6 +802,7 @@
802802
{ "source": "/to/state-management-sample", "destination": "/data-and-backend/state-mgmt/simple", "type": 301 },
803803
{ "source": "/to/switch-flutter-version", "destination": "/install/upgrade#switch-to-a-specific-flutter-version", "type": 301 },
804804
{ "source": "/to/team-infra", "destination": "https://github.com/flutter/flutter/blob/main/docs/triage/Infra-Triage.md", "type": 301 },
805+
{ "source": "/to/test-drive", "destination": "/get-started/quick", "type": 301 },
805806
{ "source": "/to/track-widget-creation", "destination": "/tools/devtools/inspector#track-widget-creation", "type": 301 },
806807
{ "source": "/to/troubleshoot-devices", "destination": "/get-started/install", "type": 301 },
807808
{ "source": "/to/unbounded-constraints", "destination": "/ui/layout/constraints#unbounded", "type": 301 },

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 %}

src/content/get-started/quick.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Set up and test drive Flutter
3-
short-title: Get started
3+
short-title: Set up & test drive
44
description: >-
5-
Set up Flutter on your device and
5+
Set up Flutter on your device with VS Code and
66
get started developing your first multi-platform app with Flutter!
77
toc: false
88
showBanner: false
@@ -21,7 +21,7 @@ and test drive Flutter's developer experience.
2121

2222
:::
2323

24-
## Choose your development platform {: #dev-platform}
24+
## Confirm your development platform {: #dev-platform}
2525

2626
The instructions on this page are configured to cover
2727
installing and test driving Flutter on a **Windows**{:.selected-os-text} device.
@@ -160,7 +160,7 @@ follow the instructions in [Install Flutter manually][].
160160

161161
To add the Dart and Flutter extensions to VS Code,
162162
visit the [Flutter extension's marketplace page][flutter-vscode],
163-
and click **Install**.
163+
then click **Install**.
164164
If prompted by your browser, allow it to open VS Code.
165165

166166
1. <h3>Install Flutter with VS Code</h3>

0 commit comments

Comments
 (0)