# 架构设计模式

> 关于构建 Flutter 应用时有用的设计模式的文章合集。



If you've already read through the [architecture guide][] page,
or if you're comfortable with Flutter and the MVVM pattern,
the following articles are for you.

若你已阅读 [架构指南][architecture guide] 页面，
或已熟悉 Flutter 与 MVVM 模式，
以下文章适合你。

These articles aren't about high-level app architecture,
rather they're about solving specific design problems that improve your
application's code base regardless of how you've architected your app.
That said, the articles do assume the MVVM pattern laid out on the
previous pages in the code examples.

这些文章不讨论高层应用架构，
而是聚焦解决特定设计问题，无论你的应用采用何种架构都能改善代码库。
不过，文中代码示例假定采用前几页介绍的 MVVM 模式。

<ExpansionList list="design-patterns" baseId="design-patterns">

[architecture guide]: /app-architecture/guide

