From c225ef2ad56d3d1043280a38582a1536b132270a Mon Sep 17 00:00:00 2001 From: John Ryan Date: Fri, 23 Apr 2021 14:39:58 -0700 Subject: [PATCH 1/3] Change deprecated to moved - add a link to the flutter.dev docs - add a link to the new location - Changed "deprecated" to "moved" to avoid confusion, since this is still the recommended way to write unit tests, but needs to be imported differently. --- packages/integration_test/README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/packages/integration_test/README.md b/packages/integration_test/README.md index 67f658b56327..b66bd69aef2b 100644 --- a/packages/integration_test/README.md +++ b/packages/integration_test/README.md @@ -1,9 +1,10 @@ -# integration_test (deprecated) +# integration_test (moved) -## DEPRECATED +## MOVED -This package has been moved to the Flutter SDK. Starting with Flutter 2.0, -it should be included as: +This package has been [moved to the Flutter +SDK](https://github.com/flutter/flutter/tree/master/packages/integration_test). +Starting with Flutter 2.0, it should be included as: ``` dev_dependencies: @@ -11,6 +12,9 @@ dev_dependencies: sdk: flutter ``` +For the latest documentation, see [Integration +testing](https://flutter.dev/docs/testing/integration-tests). + ## Old instructions This package enables self-driving testing of Flutter code on devices and emulators. From b60b9e5013d09ced671c5f98c16d7de2047c2d67 Mon Sep 17 00:00:00 2001 From: "Shams Zakhour (ignore Sfshaza)" <44418985+sfshaza2@users.noreply.github.com> Date: Tue, 14 Sep 2021 11:59:32 -0700 Subject: [PATCH 2/3] Update packages/integration_test/README.md --- packages/integration_test/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/integration_test/README.md b/packages/integration_test/README.md index b66bd69aef2b..d5e8e5f8160c 100644 --- a/packages/integration_test/README.md +++ b/packages/integration_test/README.md @@ -2,7 +2,7 @@ ## MOVED -This package has been [moved to the Flutter +This package has [moved to the Flutter SDK](https://github.com/flutter/flutter/tree/master/packages/integration_test). Starting with Flutter 2.0, it should be included as: From 6380b45025906efc7cebf567281add40905f400a Mon Sep 17 00:00:00 2001 From: John Ryan Date: Tue, 12 Oct 2021 12:14:30 -0700 Subject: [PATCH 3/3] Apply suggestions from code review Co-authored-by: Shams Zakhour (ignore Sfshaza) <44418985+sfshaza2@users.noreply.github.com> --- packages/integration_test/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/packages/integration_test/README.md b/packages/integration_test/README.md index d5e8e5f8160c..6bf388131680 100644 --- a/packages/integration_test/README.md +++ b/packages/integration_test/README.md @@ -3,8 +3,10 @@ ## MOVED This package has [moved to the Flutter -SDK](https://github.com/flutter/flutter/tree/master/packages/integration_test). -Starting with Flutter 2.0, it should be included as: +SDK](https://github.com/flutter/flutter/tree/master/packages/integration_test), +and the pub.dev version is deprecated. +As of Flutter 2.0, include it in your pubspec's +dev dependencies section, as follows: ``` dev_dependencies: