lack_off_debug_logs 0.0.9 copy "lack_off_debug_logs: ^0.0.9" to clipboard
lack_off_debug_logs: ^0.0.9 copied to clipboard

retracted

A Flutter package for implementing a custom logging tool that captures global exceptions and network requests.

##简易的异常捕获以及dio请求日志显示窗口

##使用步骤

//初始化

  1. LackOff.initialize(const MyApp());

  2. 添加dio拦截器 dio.interceptors.add( PrettyDioLogger( request: true, requestHeader: true, responseHeader: true, responseBody: true, ), ); //显示button

  3. LackOff.showLackOffButton(context);

//手动新增日志 LackOff.addLog(LackOffBean( logType:'', logTitle: '', logDetail: '', date: DateTime.now().toString(), ));

img.pnghttps://github.com/aniu7532/lack_off_bebug_logs/blob/0.0.2/1730363514776.jpg img.png

1
likes
0
points
17
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package for implementing a custom logging tool that captures global exceptions and network requests.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

dio, flutter, path, sqflite

More

Packages that depend on lack_off_debug_logs