Skip to content

Commit a061b28

Browse files
authored
Remove 'Test drive' page and references to it (#11790)
Now that we have the [Create a new Flutter app reference](https://docs.flutter.dev/reference/create-new-app) landed in #11777, we can retire the "Test drive" page that was part of a previous get started flow. Resolves #11789
1 parent 8b56980 commit a061b28

File tree

15 files changed

+12
-323
lines changed

15 files changed

+12
-323
lines changed

firebase.json

+1
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@
125125
{ "source": "/get-started/fwe/:rest*", "destination": "/get-started/fundamentals/:rest*", "type": 301 },
126126
{ "source": "/get-started/install/null", "destination": "/get-started/install", "type": 301 },
127127
{ "source": "/get-started/learn-more", "destination": "/get-started/learn-flutter", "type": 301 },
128+
{ "source": "/get-started/test-drive*", "destination": "/get-started/codelab", "type": 301 },
128129
{ "source": "/get-started/web", "destination": "/platform-integration/web/building", "type": 301 },
129130
{ "source": "/ios-14", "destination": "/platform-integration/ios/ios-debugging", "type": 301 },
130131
{ "source": "/ios-project-migration", "destination": "https://web.archive.org/web/20220614103526/https://docs.flutter.dev/development/ios-project-migration", "type": 301 },

src/_includes/docs/install/test-drive/androidstudio.md

-78
This file was deleted.

src/_includes/docs/install/test-drive/hot-reload-icon.md

-1
This file was deleted.

src/_includes/docs/install/test-drive/terminal.md

-43
This file was deleted.

src/_includes/docs/install/test-drive/try-hot-reload.md

-33
This file was deleted.

src/_includes/docs/install/test-drive/vscode.md

-81
This file was deleted.

src/content/cookbook/design/fonts.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ This guide makes the following presumptions:
4949
:::
5050

5151
[set up your Flutter environment]: /get-started/install
52-
[new-flutter-app]: /get-started/test-drive
52+
[new-flutter-app]: /reference/create-new-app
5353

5454
## Choose a font
5555

src/content/get-started/codelab-web.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1100,7 +1100,7 @@ Dart DevTools, or Flutter animations, see the following:
11001100
[Animation docs]: /ui/animations
11011101
[Building a form with validation]: /cookbook/forms/validation
11021102
[Chrome browser]: https://www.google.com/chrome/?brand=CHBD&gclid=CjwKCAiAws7uBRAkEiwAMlbZjlVMZCxJDGAHjoSpoI_3z_HczSbgbMka5c9Z521R89cDoBM3zAluJRoCdCEQAvD_BwE&gclsrc=aw.ds
1103-
[create a new Flutter project]: /get-started/test-drive
1103+
[create a new Flutter project]: /reference/create-new-app
11041104
[Dart DevTools]: /tools/devtools
11051105
[DartPad]: {{site.dartpad}}
11061106
[DevTools command line]: /tools/devtools/cli

src/content/get-started/test-drive.md

-74
This file was deleted.

src/content/perf/app-size.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ features like Android instant apps.
1616

1717
By default, launching your app with `flutter run`,
1818
or by clicking the **Play** button in your IDE
19-
(as used in [Test drive][] and
20-
[Write your first Flutter app][]),
19+
(as used in [Write your first Flutter app][]),
2120
generates a _debug_ build of the Flutter app.
2221
The app size of a debug build is large due to
2322
the debugging overhead that allows for hot reload
@@ -194,7 +193,6 @@ Some other things you can do to make your app smaller are:
194193
[iOS create build archive instructions]: /deployment/ios#update-the-apps-build-and-version-numbers
195194
[Model ID / Hardware number]: https://en.wikipedia.org/wiki/List_of_iOS_devices#Models
196195
[Obfuscating Dart code]: /deployment/obfuscate
197-
[Test drive]: /get-started/test-drive
198196
[Write your first Flutter app]: /get-started/codelab
199197
[Play Console's instructions]: https://support.google.com/googleplay/android-developer/answer/9302563?hl=en
200198
[Google Play Console]: https://play.google.com/apps/publish/

src/content/platform-integration/desktop.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,13 @@ restart your IDE so that it can detect the new device.
6565
### Create and run
6666

6767
Creating a new project with desktop support is no different
68-
than [creating a new Flutter project][] for other platforms.
68+
from [creating a new Flutter project][] for other platforms.
6969

7070
Once you've configured your environment for desktop
7171
support, you can create and run a desktop application
7272
either in the IDE or from the command line.
7373

74-
[creating a new Flutter project]: /get-started/test-drive
74+
[creating a new Flutter project]: /reference/create-new-app
7575

7676
#### Using an IDE
7777

src/content/platform-integration/web/wasm.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ or choose any Flutter application
3535
that has been migrated to be
3636
[compatible with Wasm](#js-interop-wasm).
3737

38-
[sample app]: /get-started/test-drive
38+
[sample app]: /reference/create-new-app
3939

4040
### Modify the index page
4141

0 commit comments

Comments
 (0)