jetpack 0.1.1 copy "jetpack: ^0.1.1" to clipboard
jetpack: ^0.1.1 copied to clipboard

outdated

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

0.1.1 #

πŸ’« New

  • example published to pub.flutter-io.cn

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
15
likes
0
points
194
downloads

Publisher

verified publisherpraja.buzz

Weekly Downloads

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