statyx 0.2.0
statyx: ^0.2.0 copied to clipboard
State management with MVVM pattern
0.2.0 #
- add
Vmxwidget to avoid declaringVMStatein simpler use cases
0.1.1 #
- bind widget and viewModel more tightly, it's one-to-one relationship now.
0.1.0 #
- Access
widgetinViewModelto use arguments inwidgetdirectly - BREAKING: Remove
Vmxto avoid usingwidgetinViewModelincorrectly - BREAKING: Change variable name
viewModeltovm
0.0.6 #
- Add
Vmxto reduce boilerplate code
0.0.5 #
- Change createViewModel in VMState return type from subclasses to ViewModel
0.0.4 #
- BREAKING: rename BaseViewModel to ViewModel
0.0.3 #
- Add ViewModel with lifecycle observer
0.0.1 #
- initial release.