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

A Undo/Redo Library for Flutter

1.5.0 #

  • Updating to Dart 3.0.0
  • Removing unnecessary packageVersion

1.4.0 #

  • Null safety

1.3.1 #

  • Example updated
  • Fixed first item not being able to be undone

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