pretty_http_logger 1.0.4 pretty_http_logger: ^1.0.4 copied to clipboard
Pretty Http Logger is a middleware logger library for Dart HTTP library that logs network calls in a pretty, easy-to-read format and supports intercepting network calls.
0.1.0 #
- Initial version.
0.2.0 #
- Added Support for Web.
- Updated documentation.
0.2.1 #
- Updated Readme.
0.2.2 #
- Handled timeout and other error issues causing an exception
0.2.2+1 #
- Removed Flutter dependency as it is purely a dart package.
1.0.1 #
- Made compatible with Dart Formatter
1.0.2 #
- Fixed Null type error while making a post request with null values