- 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
33 lines
807 B
YAML
33 lines
807 B
YAML
name: vm_service
|
|
version: 15.0.2
|
|
description: >-
|
|
A library to communicate with a service implementing the Dart VM
|
|
service protocol.
|
|
|
|
repository: https://github.com/dart-lang/sdk/tree/main/pkg/vm_service
|
|
|
|
environment:
|
|
sdk: ^3.5.0
|
|
|
|
resolution: workspace
|
|
|
|
# We use 'any' version constraints here as we get our package versions from
|
|
# the dart-lang/sdk repo's DEPS file. Note that this is a special case; the
|
|
# best practice for packages is to specify their compatible version ranges.
|
|
# See also https://dart.dev/tools/pub/dependencies.
|
|
dev_dependencies:
|
|
async: any
|
|
collection: any
|
|
lints: any
|
|
logging: any
|
|
markdown: any
|
|
path: any
|
|
pub_semver: any
|
|
stack_trace: any
|
|
test_package: any
|
|
test: any
|
|
vm_service_protos: any
|
|
|
|
dependency_overrides:
|
|
test_package:
|
|
path: 'test/test_package'
|