feat: expose extension utils, preserve M4A native container, and bump to v4.2.3+124

This commit is contained in:
zarzet
2026-04-13 02:03:22 +07:00
parent a15313e573
commit b77def62f4
19 changed files with 305 additions and 141 deletions
+3
View File
@@ -22,6 +22,9 @@ import Gobackend // Import Go framework
_ application: UIApplication,
didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?
) -> Bool {
if let version = Bundle.main.infoDictionary?["CFBundleShortVersionString"] as? String {
GobackendSetAppVersion(version)
}
let controller = window?.rootViewController as! FlutterViewController
let channel = FlutterMethodChannel(