Codderlly posts about
flutter
Stay informed, stay productive with all the latest from Codderlly.

How to Implement OCR in Your Flutter App (Updated)
By Codderlly on November 17, 2022
How to Implement OCR in Your Flutter App
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
By Codderlly on February 10, 2022
How to maintain testability and avoid direct dependency injection.
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
By Codderlly on January 10, 2022
How to build maintainable and scalable applications.