add no offline data status indicator

This commit is contained in:
stopflock
2025-08-23 20:06:46 -05:00
parent f11bd6e238
commit 7bd6f68a99
3 changed files with 60 additions and 8 deletions
@@ -28,6 +28,12 @@ class NetworkStatusIndicator extends StatelessWidget {
color = Colors.orange;
break;
case NetworkStatusType.noData:
message = 'No offline data';
icon = Icons.cloud_off;
color = Colors.grey;
break;
case NetworkStatusType.issues:
switch (networkStatus.currentIssueType) {
case NetworkIssueType.osmTiles: