redux_api_middleware 0.1.4 redux_api_middleware: ^0.1.4 copied to clipboard
A dart redux middleware for calling APIs. APIs interact with reducers made easy..
Changelog #
0.1.4 #
- Now the payload is a string, ww let the user parse this string.
0.1.3 #
- http package user lower cased
content-type
. Fixing that.
0.1.2 #
- Improving analysis score.
0.1.0 #
- Initial version, includes a
apiMiddleware
, which intercepts and calls functions that are dispatched to the Store.