flutter_stasis_core 0.4.0
flutter_stasis_core: ^0.4.0 copied to clipboard
Pure Dart core of the Stasis ecosystem. StateObject, ViewModelState, Command, CommandPolicy and CommandResult — no Flutter, no third-party dependencies.
0.4.0 #
- Added
SafeData<T>for runtime-managed sensitive and short-lived values. - Added
SafeDataPolicyand related enums for expiration, cleanup, persistence, and logging strategies. - Added
SafeData.memoryOnly(...)convenience constructor. - Added keyed command cleanup handling and runtime change callbacks for
SafeData.
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.