Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Riverpod logger is showing state data in talker_flutter UI #249

Open
ArinFaraj opened this issue Jul 24, 2024 · 0 comments
Open

Riverpod logger is showing state data in talker_flutter UI #249

ArinFaraj opened this issue Jul 24, 2024 · 0 comments

Comments

@ArinFaraj
Copy link
Contributor

ArinFaraj commented Jul 24, 2024

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:

  1. add talker_riverpod_logger to a project
  2. open the talker ui using talker_flutter
  3. look at riverpod logs

Expected behavior
The state should be in the log data inside the talker_flutter page

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant