From 3ade06eef150acd9d2230ec9e76deaee4b84749c Mon Sep 17 00:00:00 2001 From: stopflock Date: Sat, 22 Nov 2025 10:40:08 -0600 Subject: [PATCH] todos, dev mode --- README.md | 1 + lib/dev_config.dart | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ead598..514c414 100644 --- a/README.md +++ b/README.md @@ -127,6 +127,7 @@ cp lib/keys.dart.example lib/keys.dart ### Future Features & Wishlist - Update offline area nodes while browsing? - Offline navigation (pending vector map tiles) +- Android Auto / CarPlay ### Maybes - Yellow ring for devices missing specific tag details diff --git a/lib/dev_config.dart b/lib/dev_config.dart index 8175d8f..8f9c6fd 100644 --- a/lib/dev_config.dart +++ b/lib/dev_config.dart @@ -57,7 +57,7 @@ const String kClientName = 'DeFlock'; const String kSuspectedLocationsCsvUrl = 'https://stopflock.com/app/flock_utilities_mini_latest.csv'; // Development/testing features - set to false for production builds -const bool kEnableDevelopmentModes = true; // Set to false to hide sandbox/simulate modes and force production mode +const bool kEnableDevelopmentModes = false; // Set to false to hide sandbox/simulate modes and force production mode // Navigation features - set to false to hide navigation UI elements while in development const bool kEnableNavigationFeatures = kEnableDevelopmentModes; // Hide navigation until fully implemented