flutter_vm library
Classes
- BaseViewModel
- this is the base viewmodel
-
BroadcastStream<
T> - this is a wrapper for sugar code
- NoParams
-
SnapshotBuilder<
T> - This widget helps you to use ViewModel data in your UI You can pass widget to execute when receiving data or error or when loading. You can set if show animation when state changes and set the duration
-
UseCase<
I, O>
Mixins
-
ViewModel<
Page extends StatefulWidget, T> - This mixin help you to import and view model in your UI