redux_logging 0.1.4 redux_logging: ^0.1.4 copied to clipboard
Redux.dart Middleware that prints the latest action & state
Changelog #
0.1.4 #
- Fix formatter for printer
0.1.3 #
- Move to Github
0.1.2 #
- Fix examples
0.1.1 #
- Include description in
pubspec.yaml
0.1.0 #
- Initial version, a
LoggingMiddleware
for Redux, which connects the dispatched actions to to aLogger
. - Includes a
printer
factory, which prints all logged messages to the your console / terminal.