redux_logging
Redux.dart Middleware that prints the latest action & state
0.5.1
2.7K downloads/mo
#4821 most downloaded on pub.dev
brianegan/redux_logging
What this package is like to depend on
Last release 3 years ago
no release in 18 months
Release timing varies
gaps range from 9 days to 2.2 years
Nearly every release is documented
notes for 10 of 10 stable releases
Nothing withdrawn
no release was ever pulled
9 years old
10 releases · first in 2017
0 releases in the last 12 months
see the full history below
Release timeline
10 releases · Aug 2017 to Jun 2023
2018
2019
2020
2021
2022
2023
2024
2025
2026
Releases
latest 10-
0.5.101 Jun 2023Release notes
Open source →- Widen Dart environment
- Widen logging dependency constraint
- Replace the discontinued pedantic package by lints
- Move from Travis to github actions
- Update deps for Dart 3
- Widen Dart environment
-
0.5.018 Mar 2021Release notes
Open source →- Breaking Change: updated to redux 5.0.0
- Breaking Change: added null-safety
- Breaking Change: updated to redux 5.0.0
-
0.4.006 Dec 2019Release notes
Open source →- Breaking Change: Support Redux 4.x - 5.0
- Lazy evaluation for message in logger
- Breaking Change: Support Redux 4.x - 5.0
-
0.3.030 Mar 2018 -
0.2.020 Mar 2018 -
0.1.426 Nov 2017 -
0.1.325 Nov 2017 -
0.1.207 Sep 2017 -
0.1.127 Aug 2017 -
0.1.027 Aug 2017Release notes
Open source →- Initial version, a
LoggingMiddlewarefor Redux, which connects the dispatched actions to to aLogger.- Includes a
printerfactory, which prints all logged messages to the your console / terminal.
- Includes a
- Initial version, a