2024-04-12 16:38:20 +00:00
|
|
|
//
|
|
|
|
// Generated file. Do not edit.
|
|
|
|
//
|
|
|
|
|
|
|
|
import FlutterMacOS
|
|
|
|
import Foundation
|
|
|
|
|
2024-04-14 07:58:27 +00:00
|
|
|
import file_selector_macos
|
2024-04-13 16:03:50 +00:00
|
|
|
import flutter_secure_storage_macos
|
2024-04-13 11:47:31 +00:00
|
|
|
import media_kit_video
|
|
|
|
import package_info_plus
|
2024-04-13 16:03:50 +00:00
|
|
|
import path_provider_foundation
|
2024-04-13 11:47:31 +00:00
|
|
|
import screen_brightness_macos
|
|
|
|
import url_launcher_macos
|
|
|
|
import video_player_avfoundation
|
|
|
|
import wakelock_plus
|
2024-04-12 16:38:20 +00:00
|
|
|
|
|
|
|
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
|
2024-04-14 07:58:27 +00:00
|
|
|
FileSelectorPlugin.register(with: registry.registrar(forPlugin: "FileSelectorPlugin"))
|
2024-04-13 16:03:50 +00:00
|
|
|
FlutterSecureStoragePlugin.register(with: registry.registrar(forPlugin: "FlutterSecureStoragePlugin"))
|
2024-04-13 11:47:31 +00:00
|
|
|
MediaKitVideoPlugin.register(with: registry.registrar(forPlugin: "MediaKitVideoPlugin"))
|
|
|
|
FPPPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FPPPackageInfoPlusPlugin"))
|
2024-04-13 16:03:50 +00:00
|
|
|
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
|
2024-04-13 11:47:31 +00:00
|
|
|
ScreenBrightnessMacosPlugin.register(with: registry.registrar(forPlugin: "ScreenBrightnessMacosPlugin"))
|
|
|
|
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
|
|
|
|
FVPVideoPlayerPlugin.register(with: registry.registrar(forPlugin: "FVPVideoPlayerPlugin"))
|
|
|
|
WakelockPlusMacosPlugin.register(with: registry.registrar(forPlugin: "WakelockPlusMacosPlugin"))
|
2024-04-12 16:38:20 +00:00
|
|
|
}
|