viewmodels topic
List
viewmodels repositories
iOS-Clean-Architecture-MVVM
3.7k
Stars
653
Forks
Watchers
Template iOS app using Clean Architecture and MVVM. Includes DIContainer, FlowCoordinator, DTO, Response Caching and one of the views in SwiftUI
The-MVVM-Template-2022
25
Stars
6
Forks
Watchers
Clean MVVM with eliminating the usage of context from view models by introducing hilt for DI and sealed classes for displaying Errors in views using shared flows (one time event), and Stateflow for da...