更换包名:com.dronex.rec

This commit is contained in:
2026-06-09 10:25:34 +08:00
parent bcd2162cd7
commit 13cb3bfd7b
20 changed files with 46 additions and 35 deletions

View File

@@ -60,7 +60,7 @@ class AppPlatformInfo {
AppPlatformInfo._();
static const MethodChannel _channel = MethodChannel(
'com.qxy.dronex/platform_info',
'com.dronex.rec/platform_info',
);
static Future<AppPackageInfo> packageInfo() async {