Skip to content

Support More ViewModels

Compare
Choose a tag to compare
@Yazan98 Yazan98 released this 18 Aug 23:47
· 15 commits to master since this release

Support New ViewModels and Use Cases

New Changes

  1. Support Use Cases In ViewModels With Kotlin Coroutines
  2. Support Side Effect Listener in Base View Model
  3. Publish New Version: 1.0.1

New Classes Added to Vanite

  1. VaniteCoroutineUseCasesViewModel
  2. VaniteCoroutineViewModel
  3. 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