refactir(gui): added flutter version with flutter_rust_bridge
This commit is contained in:
parent
f1e48f6d12
commit
fbb181d95b
200 changed files with 11018 additions and 84 deletions
13
flutter_test_gui/ios/Runner/AppDelegate.swift
Normal file
13
flutter_test_gui/ios/Runner/AppDelegate.swift
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
import UIKit
|
||||
import Flutter
|
||||
|
||||
@UIApplicationMain
|
||||
@objc class AppDelegate: FlutterAppDelegate {
|
||||
override func application(
|
||||
_ application: UIApplication,
|
||||
didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?
|
||||
) -> Bool {
|
||||
GeneratedPluginRegistrant.register(with: self)
|
||||
return super.application(application, didFinishLaunchingWithOptions: launchOptions)
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue