> For the complete documentation index, see [llms.txt](https://ecm-pmdm-flutter.gitbook.io/1.-introduccion-a-flutter/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ecm-pmdm-flutter.gitbook.io/1.-introduccion-a-flutter/2.-instalacion-del-flutter-sdk.md).

# 2. Instalación del Flutter SDK

Para desarrollar aplicaciones Flutter necesitamos **descargar** el Flutter SDK y configurarlo, para ello, tenemos 2 opciones:

* **Instalación rápida** (recomendada)
* Instalación manual

{% hint style="success" %}
Para **instalarlo** y configurarlo, sigue las instrucciones en las siguientes secciones.
{% endhint %}

### ¿Qué incluye el Flutter SDK?

El Flutter SDK **contiene** todos los ***paquetes*** y ***herramientas*****&#x20;de línea de comandos** que necesitamos para desarrollar aplicaciones Flutter para las diferentes plataformas:

* [Dart SDK](https://dart.dev/tools/sdk)
* Motor de **renderizado** optimizado para dispositivos móviles con excelente soporte para texto.
* Framework **reactivo**.
* Nutrido conjunto de **widgets** con el estilo Material Design y iOS (Cupertino)
* APIs para **tests** unitarios y de integración.
* Plugins para interactuar con la plataforma así como APIs de terceros.
* [Dart DevTools](https://docs.flutter.dev/development/tools/devtools) para testear, depurar y ver el rendimiento (profiling) de la aplicación.
* **Comandos**:  `flutter` y `dart`  para crear, compilar y testear desde el terminal.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://ecm-pmdm-flutter.gitbook.io/1.-introduccion-a-flutter/2.-instalacion-del-flutter-sdk.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
