🎨 Improve code structure

This commit is contained in:
2024-06-22 22:39:32 +08:00
parent 27e5b4ca6f
commit 09e9a30eef
28 changed files with 69 additions and 44 deletions

View File

@ -14,6 +14,7 @@ import flutter_local_notifications
import flutter_secure_storage_macos
import flutter_webrtc
import livekit_client
import macos_window_utils
import package_info_plus
import path_provider_foundation
import sentry_flutter
@ -33,6 +34,7 @@ func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
FlutterSecureStoragePlugin.register(with: registry.registrar(forPlugin: "FlutterSecureStoragePlugin"))
FlutterWebRTCPlugin.register(with: registry.registrar(forPlugin: "FlutterWebRTCPlugin"))
LiveKitPlugin.register(with: registry.registrar(forPlugin: "LiveKitPlugin"))
MacOSWindowUtilsPlugin.register(with: registry.registrar(forPlugin: "MacOSWindowUtilsPlugin"))
FPPPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FPPPackageInfoPlusPlugin"))
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
SentryFlutterPlugin.register(with: registry.registrar(forPlugin: "SentryFlutterPlugin"))