redux_undo 0.1.0+3 copy "redux_undo: ^0.1.0+3" to clipboard
redux_undo: ^0.1.0+3 copied to clipboard

outdated

Make your redux store undo- and redoable. Inspired by the JS redux_undo package.

0.1.0+3 #

Critical Fix

  • added a new helper function UndoableState createUndoableState(dynamic state) to initiate the UndoableState on init
  • renamed undoableReducer to Reducer<UndoableState> createUndoableReducer(dynamic reducer, { UndoConfig config }) to keep naming consistent

Updates

  • reformatted some files with dartfrmt

0.1.0+2 #

  • reformatted some files with dartfrmt
  • added a bit of documentation

0.1.0+1 #

  • Initial version
1
likes
0
pub points
10%
popularity

Publisher

unverified uploader

Make your redux store undo- and redoable. Inspired by the JS redux_undo package.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

meta, redux

More

Packages that depend on redux_undo