This commit is contained in:
2025-10-11 11:30:12 +02:00
parent f679ea672b
commit 54736fa680
612 changed files with 25819 additions and 582 deletions
@@ -5,10 +5,8 @@
import FlutterMacOS
import Foundation
import file_picker
import path_provider_foundation
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
FilePickerPlugin.register(with: registry.registrar(forPlugin: "FilePickerPlugin"))
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
}