Describe the bug
Riverpod logger is printing the state twice when the settings.printStateFullData is true.
It works correctly when it's false
To Reproduce
Steps to reproduce the behavior:
Run a riverpod project
Set talker riverpod observer
Change some states and you will see the state printing twice on each event
Expected behavior
When the settings.printStateFullData is set to true it should keep printing the state once and instead of just showing the state object type it should show it's value as well.
Example
Describe the bug Riverpod logger is printing the state twice when the
settings.printStateFullData
is true. It works correctly when it's falseTo Reproduce Steps to reproduce the behavior:
Expected behavior When the
settings.printStateFullData
is set to true it should keep printing the state once and instead of just showing the state object type it should show it's value as well. Example