Implement WebSocket API client

- List ports
- Read and write mute state
- Read and write volume
This commit is contained in:
2024-02-29 11:49:49 +01:00
parent 280bee632d
commit 959796210d
8 changed files with 617 additions and 103 deletions

View File

@ -9,6 +9,8 @@ environment:
dependencies:
flutter:
sdk: flutter
shared_preferences: ^2.2.2
web_socket_channel: ^2.4.4
dev_dependencies:
flutter_test: