Releases: praja/jetpack
Releases · praja/jetpack
v1.0.7
What's Changed
- State Unmounted issue on Change in Event Queue by @jillellamudisurya in #5
- Preparing Release v1.0.7 by @jillellamudisurya in #6
- fix: github actions workflow for publish by @okmanideep in #7
- Replace dart with flutter in Publish workflow by @jillellamudisurya in #8
- Force Publish the latest release by @jillellamudisurya in #9
- fix: trigger for publish workflow by @okmanideep in #10
New Contributors
- @jillellamudisurya made their first contribution in #5
Full Changelog: v1.0.5...v1.0.7
v1.0.5
Fix EventListener
not consuming events that were emitted before the widget is added to the tree
Full Changelog: v1.0.4...v1.0.5
v1.0.4
v1.0.3
What's Changed
- fix: avoid setState be called inside initState of LiveDataBuilder by @okmanideep in #4
Full Changelog: v1.0.2...v1.0.3
v1.0.2
Fixes
- Fix ERROR: Concurrent modification during iteration: _Set if LiveData observer is removed during notify
v1.0.1
Fixes
- Made
context.viewModelProvider.get()
safe to call inStatefulWidget.initState()
and anywhere you can accesscontext
- Removed deprecation for
context.viewModelProvider
as there are valid use cases for it like a GlobalViewModelProvider etc.
v1.0.0
💫 New
- More optimal context.getViewModel() and ViewModelProvider.of(context) methods to acquire ViewModel
- Acquiring a ViewModel is now safe in StatefulWidget.initState()
⚠️ Deprecated
- context.viewModelProvider.get() - Use context.getViewModel() or ViewModelProvider.of(context) instead
v0.1.3
What's Changed
- Add
EventListener
andEventQueue
for UI Events by @okmanideep in #2
Full Changelog: v0.1.2...v0.1.3
v0.1.2
- Fixes diagram in
viewmodel
documentation
v0.1.1
💫 New
example
published to pub.dev