2022-08-27 12:14:34 +02:00
|
|
|
//
|
|
|
|
// Generated file. Do not edit.
|
|
|
|
//
|
|
|
|
|
|
|
|
import FlutterMacOS
|
|
|
|
import Foundation
|
|
|
|
|
2024-07-20 17:16:38 +02:00
|
|
|
import file_selector_macos
|
2024-11-06 13:27:31 +01:00
|
|
|
import geolocator_apple
|
2024-07-06 23:01:44 +02:00
|
|
|
import path_provider_foundation
|
2024-06-19 23:24:42 +02:00
|
|
|
import shared_preferences_foundation
|
2024-11-11 14:48:23 +01:00
|
|
|
import url_launcher_macos
|
2022-08-27 12:14:34 +02:00
|
|
|
|
|
|
|
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
|
2024-07-20 17:16:38 +02:00
|
|
|
FileSelectorPlugin.register(with: registry.registrar(forPlugin: "FileSelectorPlugin"))
|
2024-11-06 13:27:31 +01:00
|
|
|
GeolocatorPlugin.register(with: registry.registrar(forPlugin: "GeolocatorPlugin"))
|
2024-07-06 23:01:44 +02:00
|
|
|
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
|
2022-09-17 21:31:10 +02:00
|
|
|
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
|
2024-11-11 14:48:23 +01:00
|
|
|
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
|
2022-08-27 12:14:34 +02:00
|
|
|
}
|