mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
This version of Dart supports dot shorthands. Follow-up to: https://github.com/flutter/flutter/issues/180607 See also: * https://flutter.dev/go/flutter-style-updates * https://github.com/flutter/flutter/pull/181934
36 lines
611 B
YAML
36 lines
611 B
YAML
name: integration_test_example
|
|
description: Demonstrates how to use the integration_test plugin.
|
|
publish_to: 'none'
|
|
|
|
environment:
|
|
sdk: ^3.10.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
|