rmonitor_base 0.4.3
rmonitor_base: ^0.4.3 copied to clipboard
RMonitor Flutter 性能监控基础模块
rmonitor_base #
简介
apm 基础组件,提供通用的基础信息(如appInfo、设备信息)、数据缓存、页面信息、上报、启动任务等,被 bugly_flutter 和 rmonitor_flutter 依赖
代码结构
.
├── android # android 平台代码
├── ios # iOS 平台代码
├── example # example 工程
├── lib
│ └── src
│ ├── base # 基础信息模块
│ ├── cache # 缓存模块
│ ├── config # 配置模块
│ ├── lifecycle # 页面信息
│ ├── report # 数据上报模块
│ └── task # 启动任务
└── test # 测试代码
版本发布
-
修改 pubspec.yaml 版本
-
更新 CHANGELOG
-
创建 tag:
rmonitor_base_flutter-[版本号]触发流水线自动发布