2025-09-15 13:53:54 +03:30
|
|
|
//
|
|
|
|
|
// Generated file. Do not edit.
|
|
|
|
|
//
|
|
|
|
|
|
|
|
|
|
import FlutterMacOS
|
|
|
|
|
import Foundation
|
|
|
|
|
|
2025-09-28 14:29:09 +03:30
|
|
|
import file_picker
|
2025-10-15 21:21:11 +03:30
|
|
|
import file_saver
|
2025-09-28 14:29:09 +03:30
|
|
|
import file_selector_macos
|
2025-09-15 21:50:09 +03:30
|
|
|
import flutter_secure_storage_macos
|
|
|
|
|
import path_provider_foundation
|
2025-09-15 13:53:54 +03:30
|
|
|
import shared_preferences_foundation
|
|
|
|
|
|
|
|
|
|
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
|
2025-09-28 14:29:09 +03:30
|
|
|
FilePickerPlugin.register(with: registry.registrar(forPlugin: "FilePickerPlugin"))
|
2025-10-15 21:21:11 +03:30
|
|
|
FileSaverPlugin.register(with: registry.registrar(forPlugin: "FileSaverPlugin"))
|
2025-09-28 14:29:09 +03:30
|
|
|
FileSelectorPlugin.register(with: registry.registrar(forPlugin: "FileSelectorPlugin"))
|
2025-09-15 21:50:09 +03:30
|
|
|
FlutterSecureStoragePlugin.register(with: registry.registrar(forPlugin: "FlutterSecureStoragePlugin"))
|
|
|
|
|
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
|
2025-09-15 13:53:54 +03:30
|
|
|
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
|
|
|
|
|
}
|