This commit is contained in:
randogoth 2025-02-19 10:38:55 +02:00
parent 9b65d50e7a
commit ba17fb6b50
5 changed files with 99 additions and 30 deletions

View file

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