2023-04-29 00:24:30 +02:00
|
|
|
//
|
|
|
|
// Generated file. Do not edit.
|
|
|
|
//
|
|
|
|
|
|
|
|
import FlutterMacOS
|
|
|
|
import Foundation
|
|
|
|
|
2023-05-21 18:59:04 +02:00
|
|
|
import device_info_plus
|
2023-04-29 00:24:30 +02:00
|
|
|
import dynamic_color
|
2023-05-04 20:23:29 +02:00
|
|
|
import package_info_plus
|
2024-03-10 21:24:17 +01:00
|
|
|
import screen_retriever
|
2023-05-08 22:05:06 +02:00
|
|
|
import sentry_flutter
|
2024-02-02 20:37:27 +01:00
|
|
|
import shared_preferences_foundation
|
2023-04-29 00:24:30 +02:00
|
|
|
import sqflite
|
|
|
|
import sqlite3_flutter_libs
|
2024-01-29 16:09:07 +01:00
|
|
|
import url_launcher_macos
|
2024-03-10 21:24:17 +01:00
|
|
|
import window_manager
|
2023-04-29 00:24:30 +02:00
|
|
|
|
|
|
|
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
|
|
|
|
DeviceInfoPlusMacosPlugin.register(with: registry.registrar(forPlugin: "DeviceInfoPlusMacosPlugin"))
|
|
|
|
DynamicColorPlugin.register(with: registry.registrar(forPlugin: "DynamicColorPlugin"))
|
2023-11-18 23:31:14 +01:00
|
|
|
FPPPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FPPPackageInfoPlusPlugin"))
|
2024-03-10 21:24:17 +01:00
|
|
|
ScreenRetrieverPlugin.register(with: registry.registrar(forPlugin: "ScreenRetrieverPlugin"))
|
2023-05-08 22:05:06 +02:00
|
|
|
SentryFlutterPlugin.register(with: registry.registrar(forPlugin: "SentryFlutterPlugin"))
|
2024-02-02 20:37:27 +01:00
|
|
|
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
|
2023-04-29 00:24:30 +02:00
|
|
|
SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
|
|
|
|
Sqlite3FlutterLibsPlugin.register(with: registry.registrar(forPlugin: "Sqlite3FlutterLibsPlugin"))
|
2024-01-29 16:09:07 +01:00
|
|
|
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
|
2024-03-10 21:24:17 +01:00
|
|
|
WindowManagerPlugin.register(with: registry.registrar(forPlugin: "WindowManagerPlugin"))
|
2023-04-29 00:24:30 +02:00
|
|
|
}
|