Using Design Patterns in Dart

Using Design Patterns in Dart

By Codderlly on February 10, 2022

Improve the quality and maintainability of your code with desing patterns.
Get_it and Testing in Flutter

Get_it and Testing in Flutter

By Codderlly on February 10, 2022

How to maintain testability and avoid direct dependency injection.
SOLID Principles Applied to Dart

SOLID Principles Applied to Dart

By Codderlly on January 27, 2022

The SOLID principles, proposed by Robert C. Martin (aka Uncle Bob), are a set of five fundamental guidelines designed to help you achieve maintainable and scalable code.
Modularization and Separation of Responsibilities in Dart and Flutter

Modularization and Separation of Responsibilities in Dart and Flutter

By Codderlly on January 10, 2022

How to build maintainable and scalable applications.
Flutter and Dart Clean Code

Flutter and Dart Clean Code

By Codderlly on January 5, 2022

Clean code is an essential philosophy and practice in software development that focuses on writing code that is easy to understand, maintain, and modify.