update undo package

This commit is contained in:
2026-01-15 17:28:55 -08:00
parent 92a8c580b6
commit 20d794bbca
165 changed files with 2119 additions and 1230 deletions
+5
View File
@@ -0,0 +1,5 @@
library undo;
export 'src/change.dart';
export 'src/undo_stack.dart';
export 'src/simple_stack.dart';