Files
meshcore-sar_android/.claude/settings.local.json
Janez T 27ed4b0486 Refactor logging to use debugPrint for better performance in debug mode
- Updated all print statements in services and widgets to use debugPrint.
- This change improves logging performance and ensures that debug messages are only shown in debug builds.
- Removed unnecessary transitive dependencies from pubspec.lock.
- Cleaned up pubspec.yaml by removing integration_test from dev_dependencies.
2025-10-18 22:50:57 +02:00

10 lines
113 B
JSON

{
"permissions": {
"allow": [
"Bash(flutter analyze lib)"
],
"deny": [],
"ask": []
}
}