Flutter Design Patterns: 19 — Flyweight
An overview of the Flyweight design pattern and its implementation in Dart and Flutter
In the last article, I analysed a creational design pattern that divides the construction of a complex object into several separate steps — Builder. In this article, I would like to analyse and implement a structural design pattern that helps using a…