2023-07-06 17:18:41 +03:30
|
|
|
//
|
|
|
|
|
// Generated file. Do not edit.
|
|
|
|
|
//
|
|
|
|
|
|
|
|
|
|
import FlutterMacOS
|
|
|
|
|
import Foundation
|
|
|
|
|
|
2023-11-06 22:00:44 +03:30
|
|
|
import device_info_plus
|
2024-03-19 08:49:04 +00:00
|
|
|
import dynamic_color
|
2024-02-22 10:06:04 +01:00
|
|
|
import flutter_timezone
|
2024-03-17 14:45:15 +01:00
|
|
|
import in_app_review
|
2023-07-06 17:18:41 +03:30
|
|
|
import mobile_scanner
|
2026-01-17 13:09:20 +03:00
|
|
|
import open_file_mac
|
2023-07-22 16:02:06 +03:30
|
|
|
import package_info_plus
|
2023-07-06 17:18:41 +03:30
|
|
|
import path_provider_foundation
|
2024-02-01 11:45:02 +03:30
|
|
|
import protocol_handler_macos
|
2023-07-06 17:18:41 +03:30
|
|
|
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) {
|
2023-11-06 22:00:44 +03:30
|
|
|
DeviceInfoPlusMacosPlugin.register(with: registry.registrar(forPlugin: "DeviceInfoPlusMacosPlugin"))
|
2024-03-19 08:49:04 +00:00
|
|
|
DynamicColorPlugin.register(with: registry.registrar(forPlugin: "DynamicColorPlugin"))
|
2024-02-22 10:06:04 +01:00
|
|
|
FlutterTimezonePlugin.register(with: registry.registrar(forPlugin: "FlutterTimezonePlugin"))
|
2024-03-17 14:45:15 +01:00
|
|
|
InAppReviewPlugin.register(with: registry.registrar(forPlugin: "InAppReviewPlugin"))
|
2023-07-06 17:18:41 +03:30
|
|
|
MobileScannerPlugin.register(with: registry.registrar(forPlugin: "MobileScannerPlugin"))
|
2026-01-17 13:09:20 +03:00
|
|
|
OpenFilePlugin.register(with: registry.registrar(forPlugin: "OpenFilePlugin"))
|
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"))
|
2024-02-01 11:45:02 +03:30
|
|
|
ProtocolHandlerMacosPlugin.register(with: registry.registrar(forPlugin: "ProtocolHandlerMacosPlugin"))
|
2023-07-06 17:18:41 +03:30
|
|
|
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"))
|
|
|
|
|
}
|