2022-10-25 14:20:18 +02:00
|
|
|
//
|
|
|
|
// Generated file. Do not edit.
|
|
|
|
//
|
|
|
|
|
|
|
|
import FlutterMacOS
|
|
|
|
import Foundation
|
|
|
|
|
2024-08-30 09:55:32 +02:00
|
|
|
import file_selector_macos
|
2023-03-28 10:59:47 +02:00
|
|
|
import path_provider_foundation
|
2024-08-30 09:55:32 +02:00
|
|
|
import video_player_avfoundation
|
2022-10-25 14:20:18 +02:00
|
|
|
|
|
|
|
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
|
2024-08-30 09:55:32 +02:00
|
|
|
FileSelectorPlugin.register(with: registry.registrar(forPlugin: "FileSelectorPlugin"))
|
2022-10-25 14:20:18 +02:00
|
|
|
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
|
2024-08-30 09:55:32 +02:00
|
|
|
FVPVideoPlayerPlugin.register(with: registry.registrar(forPlugin: "FVPVideoPlayerPlugin"))
|
2022-10-25 14:20:18 +02:00
|
|
|
}
|