flutter_media_picker/example/macos/Flutter/GeneratedPluginRegistrant.swift

17 lines
510 B
Swift
Raw Normal View History

2022-10-25 14:20:18 +02:00
//
// Generated file. Do not edit.
//
import FlutterMacOS
import Foundation
import file_selector_macos
import path_provider_foundation
import video_player_avfoundation
2022-10-25 14:20:18 +02:00
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
FileSelectorPlugin.register(with: registry.registrar(forPlugin: "FileSelectorPlugin"))
2022-10-25 14:20:18 +02:00
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
FVPVideoPlayerPlugin.register(with: registry.registrar(forPlugin: "FVPVideoPlayerPlugin"))
2022-10-25 14:20:18 +02:00
}