jetpack 0.1.0 jetpack: ^0.1.0 copied to clipboard
A set of abstractions, utilities inspired from android Jetpack to help manage state in flutter applications.
0.1.0 #
🚨 Breaking Changes
ViewModelScopeState
->_ViewModelScopeState
💫 New Features
LiveDataListener
for performing UI SideEffects onLiveData
value change
Bug fixes
- Fixed
ViewModel
s not being cleared offViewModelStore
ondispose
(Might not have mattered in terms of application memory usage, since those objects don't have any reference and would be garbage collected)
0.0.1 #
- Initial Release with
ViewModel
andLiveData