update textfield

This commit is contained in:
2025-10-31 14:03:54 +09:00
parent 3bfcfa4843
commit 661e7aa606
4 changed files with 164 additions and 8 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"))
}