update version

This commit is contained in:
admin
2026-06-05 16:08:28 +08:00
parent 69d0ed888c
commit 67d8df48ae
6 changed files with 107 additions and 96 deletions

View File

@@ -85,7 +85,7 @@ class ReportService {
String eventName,
Map<String, dynamic>? params,
) async {
final deviceInfo = await DeviceInfo.I.deviceInfo();
final deviceInfo = await DeviceInfo.I.deviceInfo(includeAdjust: false);
Map<String, dynamic> reportData = {
'event': eventName,
'params': params ?? {},