d4t_formulas/.pub-cache/hosted/pub.dev/d4rt-0.1.1/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

18 lines
489 B
YAML

name: d4rt
description: An interpreter and runtime for the Dart language. It allows you to execute Dart code dynamically, bridge native classes, and build advanced scripting or plugin systems in your Dart/Flutter applications
version: 0.1.1
repository: https://github.com/kodjodevf/d4rt
homepage: https://github.com/kodjodevf/d4rt
environment:
sdk: ^3.5.0
dependencies:
analyzer: ^7.4.5
pub_semver: ^2.2.0
collection: ^1.19.1
dev_dependencies:
lints: ^5.1.1
test: ^1.25.15