pretty_dio_logger 1.4.0 pretty_dio_logger: ^1.4.0 copied to clipboard
Pretty Dio logger is a Dio interceptor that logs network calls in a pretty, easy to read format.
Changelog #
[1.4.0] #
- bump up Dio dependency to version 5.5.0
- Feat: add response time to log
- Feat: add enable property to enable/disable logging
- Feat: add filter property to filter log by request options or data
- Feat: add emoji support
- Fix: key not shown for multiline value (#7)
[1.3.1] #
- Add recommended lints
- Fix connectTimeout and receiveTimeout
[1.3.1] #
- Fix connectTimeout and receiveTimeout #32
- Update readme file badge
[1.3.0] #
- support dio >= 5.0.0
- support Uint8List log
[1.2.0-beta-1] #
- support dio >= 4.0.0
[1.2.0-beta] #
- migrate to nullSafety
[1.1.1] #
- remove flutter as dependency
[1.0.6] #
fix #
- extra empty block when response logging is disabled (#2).
- handle none response DioError types.
[1.0.0] #
- initial release.