relatica/macos/Flutter/GeneratedPluginRegistrant.s...

45 wiersze
2.2 KiB
Swift
Czysty Zwykły widok Historia

2022-11-03 03:25:29 +00:00
//
// Generated file. Do not edit.
//
import FlutterMacOS
import Foundation
2022-11-09 02:19:44 +00:00
import desktop_window
2023-01-30 15:37:25 +00:00
import device_info_plus
import file_selector_macos
import flutter_secure_storage_macos
2023-02-28 04:36:18 +00:00
import flutter_web_auth_2
2023-04-04 17:50:52 +00:00
import media_kit_libs_macos_video
import media_kit_video
import objectbox_flutter_libs
import package_info_plus
import path_provider_foundation
import screen_brightness_macos
import shared_preferences_foundation
2022-11-09 02:19:44 +00:00
import sqflite
import url_launcher_macos
import video_player_avfoundation
import wakelock_plus
import window_to_front
2022-11-03 03:25:29 +00:00
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
2022-11-09 02:19:44 +00:00
DesktopWindowPlugin.register(with: registry.registrar(forPlugin: "DesktopWindowPlugin"))
2023-01-30 15:37:25 +00:00
DeviceInfoPlusMacosPlugin.register(with: registry.registrar(forPlugin: "DeviceInfoPlusMacosPlugin"))
FileSelectorPlugin.register(with: registry.registrar(forPlugin: "FileSelectorPlugin"))
2023-01-05 18:55:01 +00:00
FlutterSecureStoragePlugin.register(with: registry.registrar(forPlugin: "FlutterSecureStoragePlugin"))
2023-02-28 04:36:18 +00:00
FlutterWebAuth2Plugin.register(with: registry.registrar(forPlugin: "FlutterWebAuth2Plugin"))
2023-04-04 17:50:52 +00:00
MediaKitLibsMacosVideoPlugin.register(with: registry.registrar(forPlugin: "MediaKitLibsMacosVideoPlugin"))
MediaKitVideoPlugin.register(with: registry.registrar(forPlugin: "MediaKitVideoPlugin"))
ObjectboxFlutterLibsPlugin.register(with: registry.registrar(forPlugin: "ObjectboxFlutterLibsPlugin"))
FPPPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FPPPackageInfoPlusPlugin"))
2022-11-09 02:19:44 +00:00
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
ScreenBrightnessMacosPlugin.register(with: registry.registrar(forPlugin: "ScreenBrightnessMacosPlugin"))
2022-11-09 02:19:44 +00:00
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
FVPVideoPlayerPlugin.register(with: registry.registrar(forPlugin: "FVPVideoPlayerPlugin"))
WakelockPlusMacosPlugin.register(with: registry.registrar(forPlugin: "WakelockPlusMacosPlugin"))
WindowToFrontPlugin.register(with: registry.registrar(forPlugin: "WindowToFrontPlugin"))
2022-11-03 03:25:29 +00:00
}