pretty_dio_logger
pretty_dio_logger copied to clipboard
Support max body length.
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.
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!
you can omit byte array responses now
Thank you so much!