diff --git a/packages/integration_test/README.md b/packages/integration_test/README.md index 67f658b56327..6bf388131680 100644 --- a/packages/integration_test/README.md +++ b/packages/integration_test/README.md @@ -1,9 +1,12 @@ -# 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 [moved to the Flutter +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: @@ -11,6 +14,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.