fk_logs

Last updated:

0 purchases

fk_logs Image
fk_logs Images
Add to Cart

Description:

fk logs

fk_logs #




基于 loggy 的二次封装
使用 #
🔩 安装
在 pubspec.yaml 添加依赖
dependencies:
fk_logs: <last_version>
copied to clipboard
⚙️ 配置
Log.init(level: LogLevel.all);
copied to clipboard
添加 dio 日志拦截器
Dio dio = Dio();
dio.interceptors.add(LoggyDioInterceptor());
copied to clipboard
🔨 使用
Log.d();
Log.i();
Log.w();
Log.e();
copied to clipboard
Changelog #
Refer to the Changelog to get all release notes.

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.