设备信息(品牌/型号/OS/版本/语言)此前只存储在本地,对服务端分析毫无价值。 现在在 logEvent() 中将 deviceProps 合并到每个事件的 properties 字段, 使服务端 analytics 表能按设备维度进行统计分析。同时修复 _deviceContext 为 null 时的空指针异常(deviceContextId 使用 ?? '' 安全降级)。 适用于 mining-app 和 mobile-app 两端。 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| android | ||
| assets | ||
| ios | ||
| lib | ||
| scripts | ||
| test | ||
| .gitignore | ||
| .metadata | ||
| DEVELOPMENT_GUIDE.md | ||
| README.md | ||
| analysis_options.yaml | ||
| pubspec.yaml | ||
README.md
mining_app
A new Flutter project.
Getting Started
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.