You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Previously, the riverpod logger had the state duplicated in both message field and in generateTextMessage method.
It was printing the state twice by having the state in both places.
So i removed the state from the message field in #244.
But now the state is no longer visible in the talker_flutter page.
The state should not be in the message field based on the other packages like talker_dio_logger and talker_bloc_logger so the pr was ok.
But something is missing, preventing the generateTextMessage data to be visible inside the talker_flutter page.
To Reproduce
Steps to reproduce the behavior:
add talker_riverpod_logger to a project
open the talker ui using talker_flutter
look at riverpod logs
Expected behavior
The state should be in the log data inside the talker_flutter page
The text was updated successfully, but these errors were encountered:
Describe the bug
Previously, the riverpod logger had the state duplicated in both
message
field and ingenerateTextMessage
method.It was printing the state twice by having the state in both places.
So i removed the state from the
message
field in #244.But now the state is no longer visible in the
talker_flutter
page.The state should not be in the message field based on the other packages like
talker_dio_logger
andtalker_bloc_logger
so the pr was ok.But something is missing, preventing the
generateTextMessage
data to be visible inside thetalker_flutter
page.To Reproduce
Steps to reproduce the behavior:
talker_riverpod_logger
to a projecttalker_flutter
Expected behavior
The state should be in the log data inside the
talker_flutter
pageThe text was updated successfully, but these errors were encountered: