RhythmBox/macos/Flutter/GeneratedPluginRegistrant.swift

39 lines
1.8 KiB
Swift
Raw Normal View History

2024-08-26 05:29:17 +00:00
//
// Generated file. Do not edit.
//
import FlutterMacOS
import Foundation
2024-08-26 17:49:05 +00:00
import audio_service
import audio_session
2024-08-28 17:45:33 +00:00
import desktop_webview_window
2024-08-26 17:49:05 +00:00
import device_info_plus
2024-08-28 17:45:33 +00:00
import flutter_inappwebview_macos
import flutter_secure_storage_macos
2024-08-26 13:13:53 +00:00
import media_kit_libs_macos_audio
2024-08-26 12:26:07 +00:00
import package_info_plus
import path_provider_foundation
import screen_retriever
2024-08-26 17:49:05 +00:00
import shared_preferences_foundation
2024-08-26 12:26:07 +00:00
import sqflite
import sqlite3_flutter_libs
import window_manager
2024-08-26 05:29:17 +00:00
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
2024-08-26 17:49:05 +00:00
AudioServicePlugin.register(with: registry.registrar(forPlugin: "AudioServicePlugin"))
AudioSessionPlugin.register(with: registry.registrar(forPlugin: "AudioSessionPlugin"))
2024-08-28 17:45:33 +00:00
DesktopWebviewWindowPlugin.register(with: registry.registrar(forPlugin: "DesktopWebviewWindowPlugin"))
2024-08-26 17:49:05 +00:00
DeviceInfoPlusMacosPlugin.register(with: registry.registrar(forPlugin: "DeviceInfoPlusMacosPlugin"))
2024-08-28 17:45:33 +00:00
InAppWebViewFlutterPlugin.register(with: registry.registrar(forPlugin: "InAppWebViewFlutterPlugin"))
FlutterSecureStoragePlugin.register(with: registry.registrar(forPlugin: "FlutterSecureStoragePlugin"))
2024-08-26 13:13:53 +00:00
MediaKitLibsMacosAudioPlugin.register(with: registry.registrar(forPlugin: "MediaKitLibsMacosAudioPlugin"))
2024-08-26 12:26:07 +00:00
FPPPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FPPPackageInfoPlusPlugin"))
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
ScreenRetrieverPlugin.register(with: registry.registrar(forPlugin: "ScreenRetrieverPlugin"))
2024-08-26 17:49:05 +00:00
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
2024-08-26 12:26:07 +00:00
SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
Sqlite3FlutterLibsPlugin.register(with: registry.registrar(forPlugin: "Sqlite3FlutterLibsPlugin"))
WindowManagerPlugin.register(with: registry.registrar(forPlugin: "WindowManagerPlugin"))
2024-08-26 05:29:17 +00:00
}