AOSSIE-Org / AOSSIE-Org/Ell-ena
CLEANUP: Replace print() with debugPrint() in ai_service.dart and google_meet_service.dart
Open
- Dominant language
- Dart
- Stars
- 54
- Forks
- 110
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.