
This reverts ae0a9cb560ff3b334ab0cc23980374792888b2d1 and therefore relands #69629. Additionally, `flutter update-packages --force-upgrade` has been run to update `pubspec.yaml` to resolve the analyze test failures.
integration_test_example
Demonstrates how to use the package:integration_test
.
To run integration_test/example_test.dart
,
Android / iOS:
flutter drive \
--driver=test_driver/integration_test.dart \
--target=integration_test/example_test.dart
Web:
flutter drive \
--driver=test_driver/integration_test.dart \
--target=integration_test/example_test.dart \
-d web-server