proto-socket/dart/pubspec.yaml
toki 9cc1f1d58f sync: update communicator implementation across all languages
- Align protocol documentation (PROTOCOL.md, README.md, VERSIONING.md)
- Go: add nonce test, update communicator
- Kotlin: update Communicator, TcpClient, TcpServer, add TLS test
- Python: update all modules, add certificate test resources
- TypeScript: update communicator, tcp/ws clients and servers, add tests
- Dart: update communicator, heartbeat mixin, and tests
2026-04-26 05:31:56 +09:00

15 lines
271 B
YAML

name: toki_socket
description: Multi-language standard socket protocol library. Dart implementation.
version: 1.0.5
publish_to: none
environment:
sdk: '>=3.2.3 <4.0.0'
dependencies:
meta: ^1.9.0
protobuf: ^3.1.0
dev_dependencies:
lints: ^3.0.0
test: ^1.24.0