Add geolocate plugin

This commit is contained in:
2024-10-23 12:15:53 +02:00
parent 61f26a85a2
commit f4314cca2c
5 changed files with 55 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ import Foundation
import app_links
import device_info_plus
import geolocator_apple
import google_sign_in_ios
import no_screenshot
import path_provider_foundation
@@ -19,6 +20,7 @@ import url_launcher_macos
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
AppLinksMacosPlugin.register(with: registry.registrar(forPlugin: "AppLinksMacosPlugin"))
DeviceInfoPlusMacosPlugin.register(with: registry.registrar(forPlugin: "DeviceInfoPlusMacosPlugin"))
GeolocatorPlugin.register(with: registry.registrar(forPlugin: "GeolocatorPlugin"))
FLTGoogleSignInPlugin.register(with: registry.registrar(forPlugin: "FLTGoogleSignInPlugin"))
NoScreenshotPlugin.register(with: registry.registrar(forPlugin: "NoScreenshotPlugin"))
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))