visual demo version

This commit is contained in:
Leon Astner 2025-08-02 04:16:15 +02:00
parent 1ce7aea6b5
commit f70fe3cdd1
14 changed files with 2126 additions and 43 deletions

View file

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