- fix synchronize bug.
- support
MutableR<V>
,MutableRList<V>
. need migration fromR<V>
,RList<V>
. - add
MutableRList<V>
some method.
- support
.observe((v) {})
method.
- add RList.insert method
- createList() method can use without initial value.
- add BaseContainer(can use R or RList without ViewModel)
- change RList.value to public.
- add R.observe and RList.observe method.
- add SelectBuilder Widget.
- initial release