This commit is contained in:
2024-02-06 10:14:30 +01:00
parent d9c4e39910
commit 3259a7dd97
67 changed files with 548 additions and 34 deletions
@@ -5,6 +5,8 @@
import FlutterMacOS
import Foundation
import path_provider_foundation
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
}