Guía de Instalación y Ejecución Requisitos Previos Flutter SDK >= 3.13.6 Dart SDK >= 3.1.3 Android SDK / Xcode Git Instalación # Clonar repositorio git clone # Instalar dependencias flutter pub get # Generar archivos necesarios flutter pub run build_runner build # Ejecutar aplicación flutter run Build para Producción # Android flutter build apk --release flutter build appbundle --release # iOS flutter build ios --release # Web flutter build web --release # Windows flutter build windows --release