Milad-Akarie / pretty_dio_logger

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support max body length.

Hanggi opened this issue · comments

Some times the request body is too long to show.

yes please it slow down the rendering

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

commented

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 maxWidth in the APIs.

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!