# Learning Path

This book is written in outline format and is fairly terse. In order to get the most out of this book, we recommend the following learning path:

* Read the [Dart Language Tour](https://dart.dev/guides/language/language-tour).
  * A basic understanding of Dart is, of course, essential.
* Skim the official [Flutter Development Guide](https://flutter.dev/docs/development).
  * The official docs provide a great starting point for using Flutter as a developer.
* Skim the official [Inside Flutter](https://flutter.dev/docs/resources/inside-flutter) article.
  * This article will give you a general idea of what's happening behind the scenes.
* Read Didier Boelen's [Flutter Internals](https://www.didierboelens.com/2019/09/flutter-internals/) article.
  * Didier's article has outstanding illustrations and descriptions that will help you develop intuition about how Flutter works.
* Read through this book, referencing the [code](https://github.com/flutter/flutter/tree/master/packages/flutter/lib) and [API docs](http://api.flutter.dev).
  * This book will help you integrate your conceptual understanding with how the framework actually works.

&#x20;Unfortunately, though methods and identifiers are frequently referenced, we haven't been able to provide deep linking to the relevant code just yet.

If you're able, clone a copy of the Flutter repository and use a tool like `grep` to find the relevant sections. A source code browser with identifier linking is even better.

Good luck!


---

# Agent Instructions: 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:

```
GET https://flutter.megathink.com/brazilian-portuguese/learning-path.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
