# Guía de Instalación y Ejecución

### Requisitos Previos

Flutter SDK &gt;= 3.13.6

Dart SDK &gt;= 3.1.3

Android SDK / Xcode

Git

### Instalación

\# Clonar repositorio

git clone &lt;url-repositorio&gt;

\# 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