Initial commit

This commit is contained in:
2026-01-13 22:09:40 +01:00
commit cc849be7c4
139 changed files with 5445 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"))
}