From 6459f60ffdcd8a8149db6bcf05467ecc9bb7a15f Mon Sep 17 00:00:00 2001 From: John Ryan Date: Thu, 8 Apr 2021 15:39:03 -0700 Subject: [PATCH] Recommend an SDK dependency in integration_test README (#79591) --- packages/integration_test/README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/packages/integration_test/README.md b/packages/integration_test/README.md index e315c977c38..1f5a7f9570f 100644 --- a/packages/integration_test/README.md +++ b/packages/integration_test/README.md @@ -8,7 +8,12 @@ and native Android instrumentation testing. Add a dependency on the `integration_test` and `flutter_test` package in the `dev_dependencies` section of `pubspec.yaml`. For plugins, do this in the -`pubspec.yaml` of the example app. +`pubspec.yaml` of the example app: + +```yaml +integration_test: + sdk: flutter +``` Create a `integration_test/` directory for your package. In this directory, create a `_test.dart`, using the following as a starting point to make