Files
meshcore-sar_android/.claude/settings.local.json
Janez T 53ed690f51 Refactor code for improved readability and consistency across multiple files
- Updated formatting in `drawing_toolbar.dart` for better readability, including breaking long lines and ensuring consistent indentation.
- Enhanced the `recipient_selector_sheet.dart` by adjusting line breaks and improving the layout of text styles.
- Refactored `sar_update_sheet.dart` to improve readability, including restructuring widget layouts and ensuring consistent formatting.
- Cleaned up imports and removed unnecessary lines in `widget_test.dart`.
2025-10-22 09:49:41 +02:00

31 lines
1.1 KiB
JSON

{
"permissions": {
"allow": [
"Bash(flutter analyze lib)",
"Read(//Users/dz0ny/meshcore-sar/MeshCore/**)",
"Bash(flutter analyze lib/providers/connection_provider.dart)",
"Bash(flutter analyze lib/providers/connection_provider.dart --fatal-infos)",
"Bash(flutter analyze:*)",
"Bash(flutter gen-l10n:*)",
"WebSearch",
"WebFetch(domain:fmtc.jaffaketchup.dev)",
"WebFetch(domain:pub.dev)",
"Bash(for lang in de es fr it)",
"Bash(do echo \"=== app_$lang.arb ===\")",
"Bash(done)",
"Read(//Users/dz0ny/.pub-cache/hosted/pub.dev/flutter_map_tile_caching-10.1.1/lib/src/store/**)",
"Read(//Users/dz0ny/.pub-cache/hosted/pub.dev/flutter_map_tile_caching-10.1.1/lib/**)",
"Bash(cat:*)",
"Read(//Users/dz0ny/.pub-cache/hosted/pub.dev/**)",
"Bash(for lang in hr sl de es fr it)",
"Bash(do)",
"Bash(wc:*)",
"Bash(for lang in de es fr it hr sl)",
"Bash(do echo \"=== $lang ===\")",
"Bash(flutter --version:*)"
],
"deny": [],
"ask": []
}
}