2023-07-06 17:18:41 +03:30
|
|
|
//
|
|
|
|
|
// Generated file. Do not edit.
|
|
|
|
|
//
|
|
|
|
|
|
|
|
|
|
import FlutterMacOS
|
|
|
|
|
import Foundation
|
|
|
|
|
|
2023-09-16 11:42:30 +02:00
|
|
|
import firebase_core
|
|
|
|
|
import firebase_crashlytics
|
2023-07-06 17:18:41 +03:30
|
|
|
import flutter_local_notifications
|
|
|
|
|
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
|
|
|
|
|
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) {
|
2023-09-16 11:42:30 +02:00
|
|
|
FLTFirebaseCorePlugin.register(with: registry.registrar(forPlugin: "FLTFirebaseCorePlugin"))
|
|
|
|
|
FLTFirebaseCrashlyticsPlugin.register(with: registry.registrar(forPlugin: "FLTFirebaseCrashlyticsPlugin"))
|
2023-07-06 17:18:41 +03:30
|
|
|
FlutterLocalNotificationsPlugin.register(with: registry.registrar(forPlugin: "FlutterLocalNotificationsPlugin"))
|
|
|
|
|
MobileScannerPlugin.register(with: registry.registrar(forPlugin: "MobileScannerPlugin"))
|
2023-07-22 16:02:06 +03:30
|
|
|
FLTPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FLTPackageInfoPlusPlugin"))
|
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"))
|
|
|
|
|
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"))
|
|
|
|
|
}
|