flutter_stasis_core 0.3.1
flutter_stasis_core: ^0.3.1 copied to clipboard
Pure Dart core of the Stasis ecosystem. StateObject, ViewModelState, Command, CommandPolicy and CommandResult — no Flutter, no third-party dependencies.
0.3.1 #
- Added debug assertions requiring
policyKeyfordroppable,sequential, andrestartable. - Added fail-fast
CommandContractViolationErrorwhenCommand.call()throws instead of returningCommandResult. - Expanded command policy docs with explicit
restartableanddroppablesemantics.
0.3.0 #
- Pre-1.0 release line.