This commit is contained in:
toly
2023-10-21 10:23:50 +08:00
parent 689e8d9fdb
commit 25b3bc16b2
31 changed files with 2 additions and 2176 deletions

View File

@@ -5,12 +5,8 @@
import FlutterMacOS
import Foundation
import screen_retriever
import url_launcher_macos
import window_manager
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
ScreenRetrieverPlugin.register(with: registry.registrar(forPlugin: "ScreenRetrieverPlugin"))
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
WindowManagerPlugin.register(with: registry.registrar(forPlugin: "WindowManagerPlugin"))
}