send page qr code

This commit is contained in:
2024-02-18 16:23:10 +01:00
parent 463e7ee287
commit 1286a5d848
15 changed files with 300 additions and 39 deletions

View File

@@ -6,7 +6,9 @@ import FlutterMacOS
import Foundation
import shared_preferences_foundation
import url_launcher_macos
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
}