Skip to content
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

Remove 'Test drive' page and references to it #11790

Merged
merged 1 commit into from
Mar 10, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@
{ "source": "/get-started/fwe/:rest*", "destination": "/get-started/fundamentals/:rest*", "type": 301 },
{ "source": "/get-started/install/null", "destination": "/get-started/install", "type": 301 },
{ "source": "/get-started/learn-more", "destination": "/get-started/learn-flutter", "type": 301 },
{ "source": "/get-started/test-drive*", "destination": "/get-started/codelab", "type": 301 },
{ "source": "/get-started/web", "destination": "/platform-integration/web/building", "type": 301 },
{ "source": "/ios-14", "destination": "/platform-integration/ios/ios-debugging", "type": 301 },
{ "source": "/ios-project-migration", "destination": "https://web.archive.org/web/20220614103526/https://docs.flutter.dev/development/ios-project-migration", "type": 301 },
Expand Down
78 changes: 0 additions & 78 deletions src/_includes/docs/install/test-drive/androidstudio.md

This file was deleted.

1 change: 0 additions & 1 deletion src/_includes/docs/install/test-drive/hot-reload-icon.md

This file was deleted.

43 changes: 0 additions & 43 deletions src/_includes/docs/install/test-drive/terminal.md

This file was deleted.

33 changes: 0 additions & 33 deletions src/_includes/docs/install/test-drive/try-hot-reload.md

This file was deleted.

81 changes: 0 additions & 81 deletions src/_includes/docs/install/test-drive/vscode.md

This file was deleted.

2 changes: 1 addition & 1 deletion src/content/cookbook/design/fonts.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ This guide makes the following presumptions:
:::

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

## Choose a font

Expand Down
2 changes: 1 addition & 1 deletion src/content/get-started/codelab-web.md
Original file line number Diff line number Diff line change
Expand Up @@ -1100,7 +1100,7 @@ Dart DevTools, or Flutter animations, see the following:
[Animation docs]: /ui/animations
[Building a form with validation]: /cookbook/forms/validation
[Chrome browser]: https://www.google.com/chrome/?brand=CHBD&gclid=CjwKCAiAws7uBRAkEiwAMlbZjlVMZCxJDGAHjoSpoI_3z_HczSbgbMka5c9Z521R89cDoBM3zAluJRoCdCEQAvD_BwE&gclsrc=aw.ds
[create a new Flutter project]: /get-started/test-drive
[create a new Flutter project]: /reference/create-new-app
[Dart DevTools]: /tools/devtools
[DartPad]: {{site.dartpad}}
[DevTools command line]: /tools/devtools/cli
Expand Down
74 changes: 0 additions & 74 deletions src/content/get-started/test-drive.md

This file was deleted.

4 changes: 1 addition & 3 deletions src/content/perf/app-size.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ features like Android instant apps.

By default, launching your app with `flutter run`,
or by clicking the **Play** button in your IDE
(as used in [Test drive][] and
[Write your first Flutter app][]),
(as used in [Write your first Flutter app][]),
generates a _debug_ build of the Flutter app.
The app size of a debug build is large due to
the debugging overhead that allows for hot reload
Expand Down Expand Up @@ -194,7 +193,6 @@ Some other things you can do to make your app smaller are:
[iOS create build archive instructions]: /deployment/ios#update-the-apps-build-and-version-numbers
[Model ID / Hardware number]: https://en.wikipedia.org/wiki/List_of_iOS_devices#Models
[Obfuscating Dart code]: /deployment/obfuscate
[Test drive]: /get-started/test-drive
[Write your first Flutter app]: /get-started/codelab
[Play Console's instructions]: https://support.google.com/googleplay/android-developer/answer/9302563?hl=en
[Google Play Console]: https://play.google.com/apps/publish/
Expand Down
4 changes: 2 additions & 2 deletions src/content/platform-integration/desktop.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,13 @@ restart your IDE so that it can detect the new device.
### Create and run

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

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

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

#### Using an IDE

Expand Down
2 changes: 1 addition & 1 deletion src/content/platform-integration/web/wasm.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ or choose any Flutter application
that has been migrated to be
[compatible with Wasm](#js-interop-wasm).

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

### Modify the index page

Expand Down
Loading