d4t_formulas/.pub-cache/hosted/pub.dev/matcher-0.12.17/pubspec.yaml
Álvaro González 1d339653d5 feat: add formula data classes with strict JSON parsing
- Add VariableSpec class with magnitude field validation
- Add Formula class supporting multiple input/output variables
- Support d4rt_code as string or object with code field
- Add comprehensive tests for parsing and serialization
- Fix broken test import in pruebas_d4rt_test.dart

Follows README.md format requirements exactly
2025-08-21 17:15:00 +02:00

25 lines
549 B
YAML

name: matcher
version: 0.12.17
description: >-
Support for specifying test expectations via an extensible Matcher class.
Also includes a number of built-in Matcher implementations for common cases.
repository: https://github.com/dart-lang/test/tree/master/pkgs/matcher
environment:
sdk: ^3.4.0
dependencies:
async: ^2.10.0
meta: ^1.8.0
stack_trace: ^1.10.0
term_glyph: ^1.2.0
test_api: ">=0.5.0 <0.8.0"
dev_dependencies:
fake_async: ^1.3.0
lints: ^3.0.0
test: ^1.23.0
dependency_overrides:
test: 1.25.0
test_api: 0.7.3