proto-socket/dart/pubspec.yaml
toki 840df6a63d refactor: implement BaseClient pattern for Dart
- Dart: Add BaseClient<Self> to eliminate duplicate code
- Dart: Replace dispose() with close() (Future<void> return)
- Dart: Make isAlive and nonce read-only with @protected setter
- Dart: Add meta package dependency for @protected
- Dart: Implement BaseClient<ProtobufClient> and BaseClient<WsProtobufClient>
- Dart: Update communicator.dart with private fields and protected setters
- Dart: Update heartbeat_mixin.dart for new close() pattern
- Dart: Update all client/server implementations
- Dart: Update test files with new API
- Dart: Export base_client.dart in toki_socket.dart
2026-04-11 19:05:17 +09:00

15 lines
271 B
YAML

name: toki_socket
description: Multi-language standard socket protocol library. Dart implementation.
version: 0.1.0
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