[various] Update flutter.dev links to more reliable destinations (#6963)

Contributes to https://github.com/flutter/website/issues/10363 by updating to the latest links and updating some links to use new `/to/` links that can be updated as needed.
This commit is contained in:
Parker Lougheed
2024-06-25 13:05:07 -05:00
committed by GitHub
parent f80cab42d5
commit 71b2f6829c
104 changed files with 114 additions and 148 deletions

View File

@ -16,7 +16,7 @@ import 'common/repository_package.dart';
const int _exitNoPlatformFlags = 2;
const int _exitNoAvailableDevice = 3;
// From https://docs.flutter.dev/testing/integration-tests#running-in-a-browser
// From https://flutter.dev/to/integration-test-on-web
const int _chromeDriverPort = 4444;
/// A command to run the integration tests for a package's example applications.