DovAmir / awesome-design-patterns

A curated list of software and architecture related design patterns.
38.97k stars 2.86k forks source link

Add Dart/Flutter Design Patterns to the list #60

Open mkobuolys opened 1 year ago

mkobuolys commented 1 year ago

I would like to propose Flutter Design Patterns be added to the list. It's a prevalent learning resource in the Flutter community.

On the site, you could find all 23 GoF design patterns implemented in Dart while also allowing you to see them in action with interactive examples implemented in Flutter. In addition, each design pattern is explained in an extensive article on my blog (links are available in the app bar of the page).

Thanks and let me know what you think.