flutter_stasis 0.4.0
flutter_stasis: ^0.4.0 copied to clipboard
State management for Flutter built around explicit lifecycle, standardised async execution, and ephemeral UI events.
0.4.0 #
- Added
SafeData<T>runtime integration toStasisViewModel. - Added
manageSafeData(...)to bridge managed field updates throughinvalidate(). - Added explicit
commandKeysupport inexecute(...)for keyed cleanup after success or error. - Added runtime cleanup of managed safe fields during
dispose().
0.3.1 #
- Updated command docs and examples to include stable
policyKeyusage. - Clarified that
restartablesuppresses stale callbacks but does not cancel in-flight I/O. - Updated example ViewModel to use explicit keying for
droppablecommand execution.
0.3.0 #
- Pre-1.0 release line.
- Added
StasisNotifierand integrated it intoStasisViewModel. - Added
invalidate()andbatch()helpers toStasisViewModel.