1
0
mirror of https://github.com/git-touch/git-touch synced 2025-03-09 15:50:14 +01:00
git-touch-android-ios-app/macos/Flutter/GeneratedPluginRegistrant.swift

25 lines
979 B
Swift
Raw Normal View History

2020-05-15 16:07:12 +05:30
//
// Generated file. Do not edit.
//
import FlutterMacOS
import Foundation
2022-10-02 03:34:55 +08:00
import maps_launcher
2021-07-20 14:33:34 +08:00
import package_info_plus_macos
import path_provider_macos
import sentry_flutter
2022-06-26 15:18:13 +08:00
import share_plus_macos
2020-05-15 16:07:12 +05:30
import shared_preferences_macos
import url_launcher_macos
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
2022-10-02 03:34:55 +08:00
MapsLauncherPlugin.register(with: registry.registrar(forPlugin: "MapsLauncherPlugin"))
2021-07-20 14:33:34 +08: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 15:18:13 +08:00
SharePlusMacosPlugin.register(with: registry.registrar(forPlugin: "SharePlusMacosPlugin"))
2020-05-15 16:07:12 +05:30
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
}