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
|
2024-08-26 15:21:22 +00:00
|
|
|
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
|
2024-08-27 07:22:18 +00:00
|
|
|
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
|
2024-08-27 07:22:18 +00:00
|
|
|
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
|
2024-08-27 07:22:18 +00:00
|
|
|
import sqlite3_flutter_libs
|
2024-08-30 06:05:11 +00:00
|
|
|
import url_launcher_macos
|
2024-09-02 12:25:19 +00:00
|
|
|
import wakelock_plus
|
2024-08-27 07:22:18 +00:00
|
|
|
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"))
|
2024-08-26 15:21:22 +00:00
|
|
|
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"))
|
2024-08-27 07:22:18 +00:00
|
|
|
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"))
|
2024-08-27 07:22:18 +00:00
|
|
|
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"))
|
2024-08-27 07:22:18 +00:00
|
|
|
Sqlite3FlutterLibsPlugin.register(with: registry.registrar(forPlugin: "Sqlite3FlutterLibsPlugin"))
|
2024-08-30 06:05:11 +00:00
|
|
|
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
|
2024-09-02 12:25:19 +00:00
|
|
|
WakelockPlusMacosPlugin.register(with: registry.registrar(forPlugin: "WakelockPlusMacosPlugin"))
|
2024-08-27 07:22:18 +00:00
|
|
|
WindowManagerPlugin.register(with: registry.registrar(forPlugin: "WindowManagerPlugin"))
|
2024-08-26 05:29:17 +00:00
|
|
|
}
|