Adds KRYZ webview\

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-04-29 06:43:38 +00:00
co-authored by Copilot
parent 41ab9cf360
commit 67e206846e
3 changed files with 12 additions and 0 deletions
@@ -9,10 +9,12 @@ import audio_service
import audio_session
import just_audio
import sqflite_darwin
import webview_flutter_wkwebview
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
AudioServicePlugin.register(with: registry.registrar(forPlugin: "AudioServicePlugin"))
AudioSessionPlugin.register(with: registry.registrar(forPlugin: "AudioSessionPlugin"))
JustAudioPlugin.register(with: registry.registrar(forPlugin: "JustAudioPlugin"))
SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
WebViewFlutterPlugin.register(with: registry.registrar(forPlugin: "WebViewFlutterPlugin"))
}