undo 1.3.0 copy "undo: ^1.3.0" to clipboard
undo: ^1.3.0 copied to clipboard

outdated

A Undo/Redo Library for Flutter

1.3.0 #

  • Async support

1.2.0 #

  • [max] -> [limit]
  • Removing Flutter support for use in AngularDart and web applications
  • Updating tests
  • Deprecating [clear] in favor of [clearHistory]
  • Adding Generics support
  • Simplified for adding group or single change
  • Added label option for every change
  • Updating docs
  • Removing StreamController and ValueNotifier Implementations in favor of Bloc PR
  • Adding [packageVersion]
  • Updating Example
  • Adding [SimpleStack]
  • Adding Dart/Html Web Example

1.1.0 #

  • Adding StreamController and ValueNotifier Implementations

1.0.1 #

  • Adding Stream API

1.0.0 #

  • Forked abandoned project and updated with latest Flutter