flutter analyze reports print() calls in production code: ai_service.dart: lines 552, 564, 575, 581, 583, 586, 592 google_meet_service.dart: lines 30, 81 Fix: Replace print() with debugPrint() which is automatically disabled in production builds.