Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 930 Bytes

design-patterns.md

File metadata and controls

26 lines (22 loc) · 930 Bytes
title short-title description prev toc
Architecture design patterns
Design patterns
A collection of articles about useful design patterns for building Flutter applications.
title path
Recommendations
/app-architecture/recommendations
false

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.

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.

{% assign recipes = collections.design-patterns | sort: "data.order" -%} {% render expansion-list.html, list: recipes, baseId: 'design-patterns' %}