blob: a866003a9691b662b04860cbd1a489c047429bb6 [file] [log] [blame]
name: windows_unit_tests_example
description: Demonstrates how to use the windows_unit_tests plugin.
publish_to: 'none'
environment:
sdk: ">=2.12.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
windows_unit_tests:
# When depending on this package from a real application you should use:
# windows_unit_tests: ^x.y.z
# See https://dart.dev/tools/pub/dependencies#version-constraints
# The example app is bundled with the plugin so we use a path dependency on
# the parent directory to use the current plugin's version.
path: ../
dev_dependencies:
flutter_test:
sdk: flutter
flutter:
uses-material-design: true