This commit is contained in:
Andika Tanuwijaya
2025-07-02 00:39:36 +07:00
parent e37388a6c9
commit 578c7ae53a
20 changed files with 575 additions and 103 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"))
}