Files
geo_front/macos/Flutter/GeneratedPluginRegistrant.swift
T
dmit.b 5f59e17da8 Add Android background geolocation with notification error handling
Add flutter_background_geolocation for background location tracking on Android.
Service automatically sends coordinates to server when app is in background.
Error messages are shown as system notifications using flutter_local_notifications.
2026-06-25 13:20:39 +03:00

19 lines
668 B
Swift

//
// Generated file. Do not edit.
//
import FlutterMacOS
import Foundation
import flutter_local_notifications
import geolocator_apple
import package_info_plus
import shared_preferences_foundation
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
FlutterLocalNotificationsPlugin.register(with: registry.registrar(forPlugin: "FlutterLocalNotificationsPlugin"))
GeolocatorPlugin.register(with: registry.registrar(forPlugin: "GeolocatorPlugin"))
FPPPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FPPPackageInfoPlusPlugin"))
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
}