2025-07-21 07:19:42 +05:00
|
|
|
//
|
|
|
|
// Generated file. Do not edit.
|
|
|
|
//
|
|
|
|
|
|
|
|
import FlutterMacOS
|
|
|
|
import Foundation
|
|
|
|
|
2025-07-31 11:22:12 +05:00
|
|
|
import file_picker
|
2025-07-22 14:35:22 +05:00
|
|
|
import file_selector_macos
|
2025-07-21 07:19:42 +05:00
|
|
|
import flutter_secure_storage_macos
|
|
|
|
import path_provider_foundation
|
|
|
|
|
|
|
|
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
|
2025-07-31 11:22:12 +05:00
|
|
|
FilePickerPlugin.register(with: registry.registrar(forPlugin: "FilePickerPlugin"))
|
2025-07-22 14:35:22 +05:00
|
|
|
FileSelectorPlugin.register(with: registry.registrar(forPlugin: "FileSelectorPlugin"))
|
2025-07-21 07:19:42 +05:00
|
|
|
FlutterSecureStoragePlugin.register(with: registry.registrar(forPlugin: "FlutterSecureStoragePlugin"))
|
|
|
|
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
|
|
|
|
}
|