refactor: print() durch debugPrint() ersetzen (avoid_print Lint)

65 flutter-analyze-Meldungen behoben, indem alle print()-Aufrufe in Core-
Dateien (Push, LiveKit, Matrix-Client, VoIP, Screen-Share) durch das
Flutter-eigene debugPrint() ersetzt wurden. Gleiche Funktion (Logging in
Debug-Sessions), aber zeilenlängen-sicher und ohne Lint-Warnung.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
Bernd Steckmeister
2026-07-03 06:29:49 +02:00
parent 9dc11757e2
commit 133a8acbc8
7 changed files with 91 additions and 84 deletions
+8
View File
@@ -1093,3 +1093,11 @@
2026-07-03 06:24 [Edit] /home/steggi/pyramid/lib/core/background_push.dart
2026-07-03 06:24 [Edit] /home/steggi/pyramid/lib/core/background_push.dart
2026-07-03 06:24 [Edit] /home/steggi/pyramid/lib/core/livekit_call_manager.dart
2026-07-03 06:26 [Write] /home/steggi/.claude/projects/-home-steggi-pyramid/memory/pyramid_push.md
2026-07-03 06:27 [Edit] /home/steggi/.claude/projects/-home-steggi-pyramid/memory/pyramid_push.md
2026-07-03 06:27 [Write] /home/steggi/.claude/projects/-home-steggi-pyramid/memory/MEMORY.md
2026-07-03 06:28 [Edit] /home/steggi/pyramid/lib/core/livekit_call_manager.dart
2026-07-03 06:28 [Edit] /home/steggi/pyramid/lib/core/notification_service.dart
2026-07-03 06:29 [Edit] /home/steggi/pyramid/lib/core/background_push.dart
2026-07-03 06:29 [Edit] /home/steggi/pyramid/lib/core/background_push.dart
2026-07-03 06:29 [Edit] /home/steggi/pyramid/lib/core/voip_manager.dart