blob: 83c4adb500f077b9d9c35346df47cf5bb173dad7 [file] [log] [blame] [view]
# integration_test (moved)
## MOVED
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:
integration_test:
sdk: flutter
```
For the latest documentation, see [Integration
testing](https://flutter.dev/docs/testing/integration-tests).