Support More ViewModels
Support New ViewModels and Use Cases
New Changes
- Support Use Cases In ViewModels With Kotlin Coroutines
- Support Side Effect Listener in Base View Model
- Publish New Version: 1.0.1
New Classes Added to Vanite
- VaniteCoroutineUseCasesViewModel
- VaniteCoroutineViewModel
- VaniteUseCase
Main Idea
The Main Idea of this Change is that the Current ViewModels in Vanite is Not Supported Completly for Jetpack Compose and You need to do some workarounds to make it Supported in Composables for This Type of Applications the Structure of Vanite is Changed to Support another Way to Communicate with ViewModel by Coroutines