-
Notifications
You must be signed in to change notification settings - Fork 53
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
Support max body length. #11
Comments
yes please it slow down the rendering |
Just used dio to download Image (in bytes Stream) and all the bytes show up. |
same as @willnode, I download pdf file using dio and my ResponseType is bytes. Pretty logger prints whole List of ints which is quite long. |
same problem |
Isn't this solved? As of now I do see |
its not about the maxWidth its the length of the response, if i receive list of json then it will print the whole list which took so much time |
@lalit3102 Oh, ok, I didn't get this one at first. Thanks! |
you can omit byte array responses now |
Thank you so much! |
pretty_dio_logger: ^1.4.0
PrettyDioLogger(
filter: (options, args) => !args.isResponse || !args.hasUint8ListData,
); |
Some times the request body is too long to show.
The text was updated successfully, but these errors were encountered: