2025-11-28 10:14:30 +05:30
|
|
|
//
|
|
|
|
|
// Generated file. Do not edit.
|
|
|
|
|
//
|
|
|
|
|
|
|
|
|
|
import FlutterMacOS
|
|
|
|
|
import Foundation
|
|
|
|
|
|
2025-12-03 11:57:05 +05:30
|
|
|
import file_selector_macos
|
2025-11-28 10:14:30 +05:30
|
|
|
import path_provider_foundation
|
2025-12-11 18:36:11 +05:30
|
|
|
import share_plus
|
2025-11-28 10:14:30 +05:30
|
|
|
import shared_preferences_foundation
|
|
|
|
|
|
|
|
|
|
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
|
2025-12-03 11:57:05 +05:30
|
|
|
FileSelectorPlugin.register(with: registry.registrar(forPlugin: "FileSelectorPlugin"))
|
2025-11-28 10:14:30 +05:30
|
|
|
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
|
2025-12-11 18:36:11 +05:30
|
|
|
SharePlusMacosPlugin.register(with: registry.registrar(forPlugin: "SharePlusMacosPlugin"))
|
2025-11-28 10:14:30 +05:30
|
|
|
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
|
|
|
|
|
}
|