command_history 0.1.0
command_history: ^0.1.0 copied to clipboard
Generic immutable undo/redo ring for Dart. Type-safe CommandHistory<S> with Command<S> interface — no Flutter dependency, framework-agnostic.
0.1.0 #
- Initial extraction from sdraw monorepo.
Command<S>: abstract interface for reversible state operations.CommandHistory<S>: generic immutable undo/redo ring.- No Flutter dependency — pure Dart.