- 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
21 lines
429 B
YAML
21 lines
429 B
YAML
name: lints
|
|
version: 5.1.1
|
|
description: >
|
|
Official Dart lint rules. Defines the 'core' and 'recommended' set of lints
|
|
suggested by the Dart team.
|
|
repository: https://github.com/dart-lang/core/tree/main/pkgs/lints
|
|
|
|
topics:
|
|
- analysis
|
|
- lints
|
|
|
|
environment:
|
|
sdk: ^3.6.0
|
|
|
|
# NOTE: Code is not allowed in this package - do not add dependencies.
|
|
# dependencies:
|
|
|
|
dev_dependencies:
|
|
http: ^1.0.0
|
|
path: ^1.8.0
|
|
yaml: ^3.1.0
|