- Updated Flutter and various plugin dependencies to their latest versions. - Updated Android Gradle configuration to version 8.11.1 and made other necessary adjustments. - Updated example app configurations for Android, iOS, macOS, Linux, and Windows. - Updated copyright year in LICENSE file. - Minor code style update
15 lines
377 B
Swift
15 lines
377 B
Swift
//
|
|
// Generated file. Do not edit.
|
|
//
|
|
|
|
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"))
|
|
}
|