proto-socket/dart
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
..
.vscode Initial commit: Dart implementation of toki-socket protocol 2026-04-05 13:44:04 +09:00
crosstest refactor: implement BaseClient pattern for Dart 2026-04-11 19:05:17 +09:00
lib refactor: implement BaseClient pattern for Dart 2026-04-11 19:05:17 +09:00
test refactor: implement BaseClient pattern for Dart 2026-04-11 19:05:17 +09:00
analysis_options.yaml Initial commit: Dart implementation of toki-socket protocol 2026-04-05 13:44:04 +09:00
pubspec.yaml refactor: implement BaseClient pattern for Dart 2026-04-11 19:05:17 +09:00