Design Patterns

Clean Architecture

“Clean architecture refers to organizing the project so that it’s easy to understand and easy to change as the project grows. This doesn’t happen by chance. It takes intentional planning.”

Reference: CLEAN ARCHITECTURE FOR THE REST OF US

Singleton

“Singleton is a creational design pattern which ensures that a class has only one instance and also provides a global point of access to it.”

Reference: Medium: Flutter Design Patterns: 1 — Singleton

Journal