jetpack 0.1.2
jetpack: ^0.1.2 copied to clipboard
A set of abstractions, utilities inspired from android Jetpack to help manage state in flutter applications.
0.1.2 #
Fixes
- Diagram formatting in
viewmodeldocumentation
0.1.1 #
💫 New
examplepublished to pub.dev
0.1.0 #
🚨 Breaking Changes
ViewModelScopeState->_ViewModelScopeState
💫 New Features
LiveDataListenerfor performing UI SideEffects onLiveDatavalue change
Bug fixes
- Fixed
ViewModels not being cleared offViewModelStoreondispose(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
ViewModelandLiveData