2020-05-15 12:37:12 +02:00
|
|
|
//
|
|
|
|
// Generated file. Do not edit.
|
|
|
|
//
|
|
|
|
|
|
|
|
import FlutterMacOS
|
|
|
|
import Foundation
|
|
|
|
|
2022-10-01 21:34:55 +02:00
|
|
|
import maps_launcher
|
2021-07-20 08:33:34 +02:00
|
|
|
import package_info_plus_macos
|
|
|
|
import path_provider_macos
|
|
|
|
import sentry_flutter
|
2022-06-26 09:18:13 +02:00
|
|
|
import share_plus_macos
|
2020-05-15 12:37:12 +02:00
|
|
|
import shared_preferences_macos
|
|
|
|
import url_launcher_macos
|
|
|
|
|
|
|
|
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
|
2022-10-01 21:34:55 +02:00
|
|
|
MapsLauncherPlugin.register(with: registry.registrar(forPlugin: "MapsLauncherPlugin"))
|
2021-07-20 08:33:34 +02:00
|
|
|
FLTPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FLTPackageInfoPlusPlugin"))
|
|
|
|
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
|
|
|
|
SentryFlutterPlugin.register(with: registry.registrar(forPlugin: "SentryFlutterPlugin"))
|
2022-06-26 09:18:13 +02:00
|
|
|
SharePlusMacosPlugin.register(with: registry.registrar(forPlugin: "SharePlusMacosPlugin"))
|
2020-05-15 12:37:12 +02:00
|
|
|
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
|
|
|
|
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
|
|
|
|
}
|