feat: Enhance SAR message handling with improved parsing and object marker generation

This commit is contained in:
Janez T
2025-10-14 20:10:10 +02:00
parent 13df47b297
commit 3bcf3fc59f
7 changed files with 267 additions and 59 deletions

View File

@@ -2,6 +2,16 @@
This document provides technical details for AI assistants (like Claude) working with this codebase.
## ⚠️ IMPORTANT: Flutter Development Rules
**NEVER run or kill Flutter processes:**
- **DO NOT** execute `flutter run` command
- **DO NOT** kill Flutter processes (e.g., `pkill flutter`, `killall flutter`)
- The user manages the Flutter development server themselves
- Only make code changes and let the user trigger hot reload manually
**Hot reload happens automatically when you save files** - the user has their own Flutter process running and will see changes instantly.
## Project Overview
**Type**: Flutter Mobile Application