Implement websocket

This commit is contained in:
2026-01-19 12:09:57 +01:00
parent 198aac5054
commit ac5bd1a211
6 changed files with 506 additions and 1 deletions

View File

@@ -44,6 +44,9 @@ dependencies:
# State management
provider: ^6.1.1
# WebSocket client for real-time updates
web_socket_channel: ^3.0.1
dev_dependencies:
flutter_test:
sdk: flutter