Active Features on Flutter Clean Architecture project :
- ✅ Clean Architecture
 - ✅ Feature-Driven Folder Structure
 - ✅ SOLID Principles
 - ✅ CQRS (Command Query Responsibility Segregation)
 - ✅ TDD Ready (Tests unitaires & performance)
 - ✅ Bloc State Management
 - ✅ Dependence Injection (GetIt)
 - ✅ REST API Integration (JSONPlaceholder)
 - ✅ CRUD POST