35 lines
610 B
YAML
35 lines
610 B
YAML
name: integration_test_example
|
|
description: Demonstrates how to use the integration_test plugin.
|
|
publish_to: 'none'
|
|
|
|
environment:
|
|
sdk: ^3.9.0-0
|
|
resolution: workspace
|
|
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
|
|
web: any
|
|
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
flutter_driver:
|
|
sdk: flutter
|
|
integration_test:
|
|
sdk: flutter
|
|
integration_test_macos:
|
|
path: ../integration_test_macos
|
|
test: any
|
|
|
|
# For information on the generic Dart part of this file, see the
|
|
# following page: https://dart.dev/tools/pub/pubspec
|
|
|
|
|
|
flutter:
|
|
uses-material-design: true
|
|
|
|
# PUBSPEC CHECKSUM: rhtu4l
|