bloc_signals_replay 1.0.0+1
bloc_signals_replay: ^1.0.0+1 copied to clipboard
Undo and redo state history tracking utilities for CubitSignal and BlocSignal.
1.0.0+1 #
- Re-trigger pub.dev Pana static analysis.
1.0.0 #
- Official 1.0.0 production release.
- Update
bloc_signalsdependency constraint to^1.0.0.
0.9.0 #
- Staging release candidate for the 1.0.0 production milestone.
- Update
bloc_signalsdependency constraint to^0.9.0.
0.1.1 #
- Add top-level
example/example.dartfor 100% pub.dev score checklist compliance. - Update
bloc_signalsdependency to^0.2.9for explicit default constructor doc comments.
0.1.0 #
- Initial release of
bloc_signals_replay. - Add
ReplayCubitandReplayCubitMixinfor method-drivenCubitSignalcontainers. - Add
ReplayBlocandReplayBlocMixinfor event-drivenBlocSignalcontainers with synthetic_Undoand_Redotransition tracing. - Add
_ChangeStacksupporting configurable history limits (limit) and state filtering (shouldReplay).