view_model_kit 0.1.0 view_model_kit: ^0.1.0 copied to clipboard
A simple and easy ViewModel and state management Library. support ViewModel's state hold, Global state management. (Container's state hold)
0.1.0 #
- support
.observe((v) {})
method.
0.0.6 #
- add RList.insert method
0.0.5 #
- createList() method can use without initial value.
0.0.4 #
- add BaseContainer(can use R or RList without ViewModel)
0.0.3 #
- change RList.value to public.
0.0.2 #
- add R.observe and RList.observe method.
- add SelectBuilder Widget.
0.0.1 #
- initial release