redux_future_middleware 0.4.1 copy "redux_future_middleware: ^0.4.1" to clipboard
redux_future_middleware: ^0.4.1 copied to clipboard

A Middleware for Redux which makes handling Dart Future easy by using Actions.

[v0.4.1] #

  • Add toJson methods to actions which converts the actions to FSA style JSON, this is to allow interoperability between different redux packages.

[v0.4.0-nullsafety] #

  • Add Initial support for null safety
  • Removed Deprecated FutureErrorAction and FutureSuccessAction
  • Fix typos

v0.3.0 #

  • Add FutureReducer and FutureState
  • Deprecated FutureErrorAction in favour of FutureFailedAction
  • Deprecated FutureSuccessAction in favour of FutureSucceededAction
  • Fix Typos

v0.2.0 #

  • Redux version bump to 4.0.0
  • Documented APIs

v0.1.0+1 #

Initial Release

2
likes
130
pub points
13%
popularity

Publisher

unverified uploader

A Middleware for Redux which makes handling Dart Future easy by using Actions.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

redux

More

Packages that depend on redux_future_middleware