pretty_dio_logger icon indicating copy to clipboard operation
pretty_dio_logger copied to clipboard

Support max body length.

Open Hanggi opened this issue 4 years ago • 10 comments

Some times the request body is too long to show.

Hanggi avatar Oct 24 '20 13:10 Hanggi

yes please it slow down the rendering

lalit3102 avatar Oct 01 '21 14:10 lalit3102

Just used dio to download Image (in bytes Stream) and all the bytes show up.

willnode avatar Dec 11 '21 08:12 willnode

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.

kczpl avatar Apr 22 '22 14:04 kczpl

same problem

oleksii-pimenov avatar May 11 '22 18:05 oleksii-pimenov

Isn't this solved? As of now I do see maxWidth in the APIs.

lucavenir avatar Jul 06 '23 07:07 lucavenir

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 avatar Jul 06 '23 14:07 lalit3102

@lalit3102 Oh, ok, I didn't get this one at first. Thanks!

lucavenir avatar Jul 06 '23 16:07 lucavenir

you can omit byte array responses now

Milad-Akarie avatar Jul 21 '24 13:07 Milad-Akarie

Thank you so much!

willnode avatar Jul 21 '24 13:07 willnode