jetpack 0.1.2 copy "jetpack: ^0.1.2" to clipboard
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 viewmodel documentation

0.1.1 #

💫 New

  • example published to pub.dev

0.1.0 #

🚨 Breaking Changes

  • ViewModelScopeState -> _ViewModelScopeState

💫 New Features

  • LiveDataListener for performing UI SideEffects on LiveData value change

Bug fixes

  • Fixed ViewModels not being cleared off ViewModelStore on dispose (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 and LiveData
13
likes
0
pub points
55%
popularity

Publisher

unverified uploader

A set of abstractions, utilities inspired from android Jetpack to help manage state in flutter applications.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on jetpack