dio_log 1.0.1 dio_log: ^1.0.1 copied to clipboard
http log of dio .
Getting Started #
This project is a starting point for a Dart package, a library module containing code that can be shared easily across multiple Flutter or Dart projects.
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
dio_log #
dio网络请求日志插件
使用方法 #
引用 #
dio_log : ^lastest_version
设置dio拦截器 #
dio.interceptors.add(HttpLogInterceptor());
打开log日志列表 #
AppNavigatorUtils.push(context, HttpLogListWidget());