- 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
19 lines
438 B
YAML
19 lines
438 B
YAML
name: file
|
|
version: 7.0.1
|
|
description:
|
|
A pluggable, mockable file system abstraction for Dart. Supports local file
|
|
system access, as well as in-memory file systems, record-replay file systems,
|
|
and chroot file systems.
|
|
repository: https://github.com/dart-lang/tools/tree/main/pkgs/file
|
|
|
|
environment:
|
|
sdk: ^3.0.0
|
|
|
|
dependencies:
|
|
meta: ^1.9.1
|
|
path: ^1.8.3
|
|
|
|
dev_dependencies:
|
|
file_testing: ^3.0.0
|
|
lints: ^2.0.1
|
|
test: ^1.23.1
|