From c374ecbffbe83e0f2126c9c7c979c1d6923e7ae9 Mon Sep 17 00:00:00 2001 From: Jeroen Schweitzer Date: Sun, 4 Jan 2026 19:36:52 +0100 Subject: [PATCH] feat: add visible version debugPrint on app startup MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- lib/main.dart | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lib/main.dart b/lib/main.dart index 5749f1e..05d0958 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -14,10 +14,7 @@ void main() async { // Use path-based URLs on web (no-op on mobile/desktop) configureUrlStrategy(); - developer.log( - '${AppVersion.name} v${AppVersion.fullVersion}', - name: 'tatlock_ui', - ); + debugPrint('🪣 ${AppVersion.name} v${AppVersion.fullVersion}'); // Initialize auth before starting the app. // This handles OIDC callback and silent auth on web.