redux_logging 0.5.0 copy "redux_logging: ^0.5.0" to clipboard
redux_logging: ^0.5.0 copied to clipboard

Redux.dart Middleware that prints the latest action & state

Changelog #

0.5.0 #

  • Breaking Change: updated to redux 5.0.0
  • Breaking Change: added null-safety

0.4.0 #

  • Breaking Change: Support Redux 4.x - 5.0
  • Lazy evaluation for message in logger

0.3.1 #

  • BugFix: Add docs explaining logging middleware needs to be last in chain

0.3.0 #

  • Bump to Redux 3.0.0
  • Fix Dart 2 bug

0.2.0 #

  • Dart 2 support

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 a Logger.
  • Includes a printer factory, which prints all logged messages to the your console / terminal.
29
likes
130
pub points
93%
popularity

Publisher

unverified uploader

Redux.dart Middleware that prints the latest action & state

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

logging, redux

More

Packages that depend on redux_logging