viewmodel library

Classes

ViewModel
ViewModels are essentially UI State Controllers
ViewModelFactory
Describes how to construct the ViewModels in your app
ViewModelFactoryProvider
Supplies the viewModelFactory down the Widget tree
ViewModelProvider
Provides the ViewModel present in the scope or creates one
ViewModelScope
A Wrapper Widget denoting a scope for the ViewModels used inside it
ViewModelStore