undo_redo 0.1.4
undo_redo: ^0.1.4 copied to clipboard
A simple, lightweight package for adding undo/redo functionality to your Flutter apps, suitable for both primitives and complex objects
0.1.4 #
This version of the package includes
- Addition a
dispose()method toUndoRedoManagerto completely discard the state history - Calling initialize on an already initialized manager disposes the previous state history
0.1.3 #
Made the CloneableMixin accessible
0.1.2 #
This version of the package includes
CloneableMixinfor classes that already extend a classmaxMemoryparameter forUndoRedoManagerto limit the memory size
0.0.2 #
Updated descriptions to match pub.dev's guidelines
0.0.1 #
Initial Version of the package.
- Includes the
UndoRedoManagerfor simple undo/redo state management - Includes the
Cloneableinterface to provide a method to create a deep-copy of an object