update 251114

This commit is contained in:
2025-11-14 18:31:53 +09:00
commit 125bf25080
131 changed files with 5094 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
//
// Generated file. Do not edit.
//
import FlutterMacOS
import Foundation
import path_provider_foundation
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
}