🐛 Fixes

This commit is contained in:
2025-09-13 00:53:20 +08:00
parent 6e293d52c4
commit 4cf035f2f1
6 changed files with 108 additions and 7 deletions

View File

@@ -5,6 +5,8 @@
import FlutterMacOS
import Foundation
import path_provider_foundation
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
}