- 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
18 lines
430 B
YAML
18 lines
430 B
YAML
name: web_socket
|
|
description: >-
|
|
Any easy-to-use library for communicating with WebSockets
|
|
that has multiple implementations.
|
|
repository: https://github.com/dart-lang/http/tree/master/pkgs/web_socket
|
|
version: 1.0.1
|
|
|
|
environment:
|
|
sdk: ^3.4.0
|
|
|
|
dependencies:
|
|
web: '>=0.5.0 <2.0.0'
|
|
|
|
dev_dependencies:
|
|
dart_flutter_team_lints: ^3.0.0
|
|
test: ^1.24.0
|
|
web_socket_conformance_tests:
|
|
path: ../web_socket_conformance_tests/
|