blob: 52144d23ea3b1b28ca4c92dba7cbef5272851f99 [file] [log] [blame]
name: shared_test_plugin_code
description: Common code for test_plugin and alternate_language_test_plugin
version: 0.0.1
publish_to: none
environment:
sdk: ^3.1.0
flutter: ">=3.13.0"
dependencies:
build_runner: ^2.1.10
flutter:
sdk: flutter
# These are normal dependencies rather than dev_dependencies because the
# package exports the integration test code to be shared by the integration
# tests for the two plugins.
flutter_test:
sdk: flutter
integration_test:
sdk: flutter
mockito: 5.4.4