From 3e19d6917ff245863be43a39a76daa7010ecda6f Mon Sep 17 00:00:00 2001
From: Matthias Nott <mnott@mnsoft.org>
Date: Wed, 01 Apr 2026 18:35:25 +0200
Subject: [PATCH] feat: auto-reconnect on network change (WiFi/cellular/VPN switch)

---
 pubspec.yaml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/pubspec.yaml b/pubspec.yaml
index ef8929f..c084091 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -33,6 +33,7 @@
   crypto: ^3.0.7
   push: ^3.3.3
   flutter_app_badger: ^1.5.0
+  connectivity_plus: ^7.1.0
 
 dev_dependencies:
   flutter_test:

--
Gitblit v1.3.1