high_q_dio_logger 0.0.1
high_q_dio_logger: ^0.0.1 copied to clipboard
A powerful, customizable, and beautifully formatted HTTP traffic logger interceptor for Dio. Features cURL generation, body formatting, rate limiting, and sensitive data sanitization.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add high_q_dio_loggerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
high_q_dio_logger: ^0.0.1Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:high_q_dio_logger/high_q_dio_logger.dart';