blob: acf37a46808b4902b08e8ec5ed81f65c495d34a4 [file] [log] [blame] [edit]
name: devtools_test
description: A package containing shared test helpers for Dart DevTools tests.
publish_to: none
# Note: this version should only be updated by running tools/update_version.dart
# that updates all versions of packages from packages/devtools.
# When publishing new versions of this package be sure to publish a new version
# of package:devtools as well. package:devtools contains a compiled snapshot of
# this package.
version: 2.19.0
repository: https://github.com/flutter/devtools/tree/master/packages/devtools_test
environment:
sdk: '>=2.17.0 <3.0.0'
flutter: '>=3.0.0'
dependencies:
async: ^2.0.0
collection: ^1.15.0
devtools_shared: 2.19.0
devtools_app: 2.19.0
flutter:
sdk: flutter
flutter_test:
sdk: flutter
mockito: ^5.0.9
path: ^1.8.0
provider: ^6.0.2
vm_service: ^9.0.0
vm_snapshot_analysis: ^0.7.1
webkit_inspection_protocol: '>=0.5.0 <2.0.0'
dependency_overrides:
# The '#OVERRIDE_FOR_DEVELOPMENT' lines are stripped out when we publish.
# All overriden dependencies are published together so there is no harm
# in treating them like they are part of a mono-repo while developing.
devtools_app: #OVERRIDE_FOR_DEVELOPMENT
path: ../devtools_app #OVERRIDE_FOR_DEVELOPMENT
devtools_shared: #OVERRIDE_FOR_DEVELOPMENT
path: ../devtools_shared #OVERRIDE_FOR_DEVELOPMENT
dev_dependencies:
build_runner: ^2.0.4