Files
umbrix/macos/Flutter/GeneratedPluginRegistrant.swift

35 lines
1.5 KiB
Swift
Raw Normal View History

2023-07-06 17:18:41 +03:30
//
// Generated file. Do not edit.
//
import FlutterMacOS
import Foundation
import mobile_scanner
2023-07-22 16:02:06 +03:30
import package_info_plus
2023-07-06 17:18:41 +03:30
import path_provider_foundation
import protocol_handler
import screen_retriever
2023-09-17 00:23:31 +03:30
import sentry_flutter
2023-07-06 17:18:41 +03:30
import share_plus
import shared_preferences_foundation
import sqlite3_flutter_libs
import tray_manager
2023-07-22 16:02:06 +03:30
import url_launcher_macos
2023-07-06 17:18:41 +03:30
import window_manager
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
MobileScannerPlugin.register(with: registry.registrar(forPlugin: "MobileScannerPlugin"))
2023-10-26 16:49:29 +03:30
FPPPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FPPPackageInfoPlusPlugin"))
2023-07-06 17:18:41 +03:30
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
ProtocolHandlerPlugin.register(with: registry.registrar(forPlugin: "ProtocolHandlerPlugin"))
ScreenRetrieverPlugin.register(with: registry.registrar(forPlugin: "ScreenRetrieverPlugin"))
2023-09-17 00:23:31 +03:30
SentryFlutterPlugin.register(with: registry.registrar(forPlugin: "SentryFlutterPlugin"))
2023-07-06 17:18:41 +03:30
SharePlusMacosPlugin.register(with: registry.registrar(forPlugin: "SharePlusMacosPlugin"))
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
Sqlite3FlutterLibsPlugin.register(with: registry.registrar(forPlugin: "Sqlite3FlutterLibsPlugin"))
TrayManagerPlugin.register(with: registry.registrar(forPlugin: "TrayManagerPlugin"))
2023-07-22 16:02:06 +03:30
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
2023-07-06 17:18:41 +03:30
WindowManagerPlugin.register(with: registry.registrar(forPlugin: "WindowManagerPlugin"))
}