flutter_stasis 0.3.1
flutter_stasis: ^0.3.1 copied to clipboard
State management for Flutter built around explicit lifecycle, standardised async execution, and ephemeral UI events.
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.