# flutter 核心知识体系

flutter 的出现，改变了开发局面，这是一种新的方式，基于Dart 语言的一种界面优先的编程框架。横向比较一下目前已经出现的跨平台框架，目前有很多，下面是目前已知的主流开发技术。

* flutter 的基本框架
  * 官方说明
  * 技术社区说明
  * 新的理念
* Flutter 开发工具
  * Android studio
  * Vscode
* Flutter 核心概念
  * State
  * Provide
  * Widget
  * Future
  * Plugin


---

# 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.yangjie365.com/master.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.
