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

Show full data of Bloc logs in Flutter Talker #266

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Mooyeee
Copy link

@Mooyeee Mooyeee commented Oct 4, 2024

Hello!
This pull request fixes a minor bug in the Flutter Talker Screen; basically since the BlocStateLog and the BlocChangeLog didn't call super() with all the data they provide, only part of the information was getting into the message field of the TalkerLog, resulting in only part of data being shown in the actual application, while the full data was printed in debug console.

Before:
image

After:
image

@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (85264b0) to head (4d3f21f).

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@             Coverage Diff             @@
##           master      #266      +/-   ##
===========================================
+ Coverage   98.73%   100.00%   +1.26%     
===========================================
  Files          28         3      -25     
  Lines         555        84     -471     
===========================================
- Hits          548        84     -464     
+ Misses          7         0       -7     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Frezyx Frezyx added awaiting On the list for consideration or merge addons Related to addons/bridge packages like dio_logger and bloc_logger labels Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
addons Related to addons/bridge packages like dio_logger and bloc_logger awaiting On the list for consideration or merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants