156 Start

This commit is contained in:
2024-03-05 10:26:51 +01:00
parent d619853168
commit 142d245375
8 changed files with 285 additions and 118 deletions
@@ -5,6 +5,8 @@
import FlutterMacOS
import Foundation
import path_provider_foundation
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
}