兼容 IOS

This commit is contained in:
2026-06-30 17:28:03 +08:00
parent d40c13d802
commit f6347e99cd
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import UIKit
final class PlatformInfoPlugin: NSObject, FlutterPlugin {
static func register(with registrar: FlutterPluginRegistrar) {
let channel = FlutterMethodChannel(
name: "com.dronex.rec/platform_info",
name: "com.run.sportsx/platform_info",
binaryMessenger: registrar.messenger()
)
let plugin = PlatformInfoPlugin()