# README

## 推荐通过GITBOOK进行阅读[设计模式](https://ayaseeri.gitbook.io/flutterstudy/)

[0.介绍](/flutterstudy/index.md)

[1.单例模式](/flutterstudy/index-1.md)

[2.适配器模式](/flutterstudy/index-2.md)

[3.模板方法模式](/flutterstudy/index-3.md)

[4.组合模式](/flutterstudy/index-4.md)

[5.策略模式](/flutterstudy/index-5.md)

[6.状态模式](/flutterstudy/index-6.md)

[7.外观模式](/flutterstudy/index-7.md)

[8.解释器模式](/flutterstudy/index-8.md)

[9.迭代器模式](/flutterstudy/index-9.md)

[10.工厂模式](/flutterstudy/index-10.md)

[11.抽象工厂模式](/flutterstudy/index-11.md)

[12.命令模式](/flutterstudy/index-12.md)

[13.备忘录模式](/flutterstudy/index-13.md)

[14.原型模式](/flutterstudy/index-14.md)

[15.代理模式](/flutterstudy/index-15.md)

[16.装饰器模式](/flutterstudy/index-16.md)

[17.桥接模式](/flutterstudy/index-17.md)

[18.创建者模式](/flutterstudy/index-18.md)

[19.享元模式](/flutterstudy/index-19.md)

[20.责任链模式](/flutterstudy/index-20.md)

[21.访问者模式](/flutterstudy/index-21.md)

[22.中介者模式](/flutterstudy/index-22.md)

[23.观察者模式](/flutterstudy/index-23.md)


---

# 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://ayaseeri.gitbook.io/flutterstudy/readme.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.
