Gate auto sync with network reachability checks

This commit is contained in:
Rijad Zuzo
2026-02-15 23:31:34 +01:00
parent 54321e8b64
commit 04d269ae10
10 changed files with 145 additions and 2 deletions
+3
View File
@@ -27,6 +27,9 @@ flutter run --dart-define=USE_FAKE_BACKEND=true
Background sync (startup + resume + periodic ticks while authenticated) is
enabled by default.
In REST mode, auto-triggers are reachability-gated to avoid unnecessary sync
attempts while offline.
Control flags:
```bash