ui: add macos client

This commit is contained in:
Simon Ding
2024-11-21 09:45:44 +08:00
parent 990da92b75
commit bec3b04705
31 changed files with 1553 additions and 6 deletions

View File

@@ -0,0 +1,12 @@
//
// Generated file. Do not edit.
//
import FlutterMacOS
import Foundation
import url_launcher_macos
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
}