This commit is contained in:
ashutosh2014
2024-07-07 15:38:34 +05:30
parent 7cfc529e9c
commit 81b51d40cd
15 changed files with 226 additions and 134 deletions

View File

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