🐛 Fixes bugs on OAuth

This commit is contained in:
2025-06-15 23:38:24 +08:00
parent 484ded03b1
commit 3e5669780f
7 changed files with 157 additions and 32 deletions

View File

@ -18,6 +18,7 @@ import flutter_timezone
import flutter_udid
import flutter_webrtc
import gal
import google_sign_in_ios
import irondash_engine_context
import livekit_client
import media_kit_libs_macos_video
@ -49,6 +50,7 @@ func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
FlutterUdidPlugin.register(with: registry.registrar(forPlugin: "FlutterUdidPlugin"))
FlutterWebRTCPlugin.register(with: registry.registrar(forPlugin: "FlutterWebRTCPlugin"))
GalPlugin.register(with: registry.registrar(forPlugin: "GalPlugin"))
FLTGoogleSignInPlugin.register(with: registry.registrar(forPlugin: "FLTGoogleSignInPlugin"))
IrondashEngineContextPlugin.register(with: registry.registrar(forPlugin: "IrondashEngineContextPlugin"))
LiveKitPlugin.register(with: registry.registrar(forPlugin: "LiveKitPlugin"))
MediaKitLibsMacosVideoPlugin.register(with: registry.registrar(forPlugin: "MediaKitLibsMacosVideoPlugin"))