dio_log 1.2.0 copy "dio_log: ^1.2.0" to clipboard
dio_log: ^1.2.0 copied to clipboard

outdated

http requests log of dio .This plugin helps you display log information for requests

dio_log #

http requests log of dio

基于dio的网络请求日志

Add dependency #

添加依赖 #

dependencies: dio_log : ^1.2.0 #^latest_version

set interceptor of dio #

给dio设置监听 #

dio.interceptors.add(HttpLogInterceptor());

Add a global hover button on your home page to jump through the log list #

在你的主页面添加全局的悬浮按钮,用于跳转日志列表 #

showDebugBtn(context);

Or open a log list where you want it to be #

或者在你期望的地方打开日志列表 #

Navigator.of(context).push(
    MaterialPageRoute(
      builder: (context) => HttpLogListWidget(),
    ),
  );  

Screenshot #

gif demo #

gif

58
likes
0
pub points
96%
popularity

Publisher

unverified uploader

http requests log of dio .This plugin helps you display log information for requests

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

dio, flutter

More

Packages that depend on dio_log