Flutter Design Patterns: 10 — Factory Method
An overview of the Factory Method design pattern and its implementation in Dart and Flutter
Previously in the series, I have analysed a design pattern that is commonly used in our day-to-day programming, sometimes even without considering it — Iterator. In this article, I would like to analyse and implement one of the…