blob: 45cb8d2576980203c8f0d2c5277da7293fbbea4f [file] [log] [blame]
name: matcher
version: 0.12.10-nullsafety.2
description: >-
Support for specifying test expectations via an extensible Matcher class.
Also includes a number of built-in Matcher implementations for common cases.
homepage: https://github.com/dart-lang/matcher
environment:
# This must remain a tight constraint until nnbd is stable
sdk: '>=2.10.0-0 <2.12.0'
dependencies:
stack_trace: '>=1.10.0-nullsafety <1.10.0'
dev_dependencies:
pedantic: ^1.10.0-nullsafety
test: any
test_api: any
test_core: any