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.lock | 16 ++++++++++++++++
1 files changed, 16 insertions(+), 0 deletions(-)
diff --git a/pubspec.lock b/pubspec.lock
index aa51aec..61cba3b 100644
--- a/pubspec.lock
+++ b/pubspec.lock
@@ -161,6 +161,14 @@
url: "https://pub.dev"
source: hosted
version: "7.0.3"
+ event_bus:
+ dependency: transitive
+ description:
+ name: event_bus
+ sha256: "1a55e97923769c286d295240048fc180e7b0768902c3c2e869fe059aafa15304"
+ url: "https://pub.dev"
+ source: hosted
+ version: "2.0.1"
fake_async:
dependency: transitive
description:
@@ -504,6 +512,14 @@
url: "https://pub.dev"
source: hosted
version: "2.0.0"
+ mqtt_client:
+ dependency: "direct main"
+ description:
+ name: mqtt_client
+ sha256: fd22ea00a4c7b5623e01000a91a256d62a8bacba38e9812170458070c52affed
+ url: "https://pub.dev"
+ source: hosted
+ version: "10.11.9"
native_toolchain_c:
dependency: transitive
description:
--
Gitblit v1.3.1