nf_flutter_undo library
Classes
- BasicCommand
- A basic implementation of the ICommand interface
- CommandHistory
- Records a command, along with the time of execution
- ICommand
- Abstract class for constructing Command objects, which make Undo/Redo easier
- InheritedUndo
- Widget allowing an UndoStack to be applied to all children elements
- UndoStack
Properties
- logger → ILogger
-
public Hookpoint for attaching anything implementing an ILogger
no setter
Functions
-
setLoggerHook(
ILogger? logger) → void -
Sets a Hooked Logger for the library. If
loggerisnull, then no messages will be logged