Vaani/macos/Flutter/GeneratedPluginRegistrant.swift

43 lines
2 KiB
Swift
Raw Normal View History

2025-10-19 20:21:14 +08:00
//
// Generated file. Do not edit.
//
import FlutterMacOS
import Foundation
import audio_service
import audio_session
import device_info_plus
import dynamic_color
import file_picker
import isar_flutter_libs
import just_audio
2025-12-06 17:50:37 +08:00
import media_kit_libs_macos_audio
2025-10-19 20:21:14 +08:00
import package_info_plus
import path_provider_foundation
import screen_retriever_macos
2025-10-19 20:21:14 +08:00
import share_plus
import sqflite_darwin
import tray_manager
2025-10-19 20:21:14 +08:00
import url_launcher_macos
import window_manager
2025-10-19 20:21:14 +08:00
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
AudioServicePlugin.register(with: registry.registrar(forPlugin: "AudioServicePlugin"))
AudioSessionPlugin.register(with: registry.registrar(forPlugin: "AudioSessionPlugin"))
DeviceInfoPlusMacosPlugin.register(with: registry.registrar(forPlugin: "DeviceInfoPlusMacosPlugin"))
DynamicColorPlugin.register(with: registry.registrar(forPlugin: "DynamicColorPlugin"))
FilePickerPlugin.register(with: registry.registrar(forPlugin: "FilePickerPlugin"))
IsarFlutterLibsPlugin.register(with: registry.registrar(forPlugin: "IsarFlutterLibsPlugin"))
JustAudioPlugin.register(with: registry.registrar(forPlugin: "JustAudioPlugin"))
2025-12-06 17:50:37 +08:00
MediaKitLibsMacosAudioPlugin.register(with: registry.registrar(forPlugin: "MediaKitLibsMacosAudioPlugin"))
2025-10-19 20:21:14 +08:00
FPPPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FPPPackageInfoPlusPlugin"))
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
ScreenRetrieverMacosPlugin.register(with: registry.registrar(forPlugin: "ScreenRetrieverMacosPlugin"))
2025-10-19 20:21:14 +08:00
SharePlusMacosPlugin.register(with: registry.registrar(forPlugin: "SharePlusMacosPlugin"))
SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
TrayManagerPlugin.register(with: registry.registrar(forPlugin: "TrayManagerPlugin"))
2025-10-19 20:21:14 +08:00
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
WindowManagerPlugin.register(with: registry.registrar(forPlugin: "WindowManagerPlugin"))
2025-10-19 20:21:14 +08:00
}