redux_undo 0.1.1+2 copy "redux_undo: ^0.1.1+2" to clipboard
redux_undo: ^0.1.1+2 copied to clipboard

outdated

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

0.1.1+2 #

Updates

  • updated dependency version

0.1.1+1 #

Critical Fix

  • added new boolean getters to the UndoableState class: canUndo and canRedo

Updates

  • reformatted some files with dartfrmt
  • added the support for multiple screens to the example to showcase different use-cases in the future

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
14%
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