From c4ce6380fbfa55f22e9c20bb2ccffe4456ed9683 Mon Sep 17 00:00:00 2001 From: Matthias Nott <mnott@mnsoft.org> Date: Sun, 22 Mar 2026 17:37:55 +0100 Subject: [PATCH] feat: MQTT client replaces WebSocket (Phase 2) --- pubspec.yaml | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 3795dfa..7ad8705 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -26,6 +26,7 @@ share_plus: ^12.0.1 udp: ^5.0.3 intl: ^0.20.2 + mqtt_client: ^10.6.0 uuid: ^4.5.1 collection: ^1.19.1 -- Gitblit v1.3.1