> 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/referencias-y-recursos.md).

# Referencias y Recursos

### **Links básicos**

* **Web oficial de** **Flutter** (English): [https://flutter.dev](https://flutter.dev/)&#x20;
  * Web en **español** (no está tan actualizada): [https://esflutter.dev](https://esflutter.dev/)
* **Flutter en el DartPad**: [https://dart.dev](https://dart.dev/) (seleccionar `New Pad--> Flutter`)

### Flutter API

<https://api.flutter.dev/index.html>

### **Instalación Flutter SDK**

<https://docs.flutter.dev/get-started/install>

### Flutter command-line tool

<https://docs.flutter.dev/reference/flutter-cli>

### **Entornos de Desarrollo:**

* **Android Studio/IntelliJ**:  <https://docs.flutter.dev/development/tools/android-studio>
* **Visual Studio Code (VSCode)**:  <https://docs.flutter.dev/development/tools/vs-code>

### ¿Quién es Dash?

<https://docs.flutter.dev/dash>

<figure><img src="/files/JSGywnRZrS79gpdMGsTN" alt="" width="188"><figcaption><p>Dash (hummingbird) colibrí, mascota de Flutter y Dart</p></figcaption></figure>

### Must read guide:  *Why Flutter?*

<https://www.goodfirms.co/blog/must-read-guide-flutter-2022>

### **FAQs**

<https://flutter.dev/docs/resources/faq>

### Flutter versions: What's new?

<https://docs.flutter.dev/whats-new>

### Guías simples:    How to....?

<https://flutterguide.com>

### Más:

[VsCode icons](https://github.com/microsoft/vscode-icons)

[Flutter Gallery demonstrating the basic widgets](https://github.com/flutter/flutter/tree/master/examples/flutter_gallery)

[Responsive design with Flutter](https://medium.com/flutter-community/developing-for-multiple-screen-sizes-and-orientations-in-flutter-fragments-in-flutter-a4c51b849434)

[Awesome Flutter](https://github.com/Solido/awesome-flutter)

[Flutter examples](https://github.com/flutter/flutter/tree/master/examples)

[Youtube video about building reactive applications with Flutter](https://www.youtube.com/watch?v=RS36gBEp8OI\&t=502s)

[Charts for Flutter](https://medium.com/flutter/beautiful-animated-charts-for-flutter-164940780b8c)

[Flutter architecture samples](https://github.com/brianegan/flutter_architecture_samples)

[How rendering works in Flutter](https://medium.com/flutter-community/flutter-what-are-widgets-renderobjects-and-elements-630a57d05208)

[Flutter and extension methods](https://quickbirdstudios.com/blog/dart-extension-methods/)

### **Advanced Articles**&#x20;

* **Why is Flutter fast? (Widget-Element-Render Tree....)** <https://medium.com/flutter-community/why-is-flutter-fast-part-1-sublinear-building-317572cd6b47>
* **How Flutter renders contents to screen?** <https://tealfeed.com/flutter-basics-flutter-renders-contents-screen-a8544?utm_source=pocket_saves>
* **Flutter Architecture:**
  * High level diagrams: <https://docs.google.com/presentation/d/1cw7A4HbvM_Abv320rVgPVGiUP2msVs7tfGbkgdrTy0I/edit#slide=id.p>
  * Detailed description: <https://flutter.dev/docs/resources/architectural-overview>

####

\ <br>


---

# 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/referencias-y-recursos.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.
