Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 297 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 297 Bytes

MVVM

This is a Flutter project designed to help you learn and practice the Model-View-ViewModel (MVVM) architecture pattern. The project demonstrates how to structure a Flutter app using MVVM principles to separate business logic, UI, and data layers for better maintainability and testability.