- Refactor code to use the
FromJson
toModel
.
- Update to null-safety
- BREAKING:
WatchState store
are removed due to ambiguity. - BREAKING:
Logics.createStore()
andLogics.getStore()
are removed. - Added
isIdle
andhasError
forWatchState
. RouteSystem
is implemented onNavigate
where context will be track now.- BREAKING:
Navigate(context).pop()
is nowNavigate(context).back()
. - BREAKINGG:
orderBy
getter has been removed fromUniquefyListModel()
.
- Added dispose check for view logic.
- This can be useful to prevent logic being called when it already been disposed.
UniquefyListModel()
bug fix on presort newly add items where it would presort previous data to to pointing to same pointer. Fix by copying new list to be added.- Update dart util package.
UniquefyListModel()
breaking changes.- Added changes
oderBy
byinit
function. - Added presort option on
init
.
- Adding items or replacing items on
UniquefyListModel()
no longer sort by timestamp. Will be default to based on first come first serve.
- TODO: Describe initial release.