adguard-home-manager/macos/Flutter/GeneratedPluginRegistrant.swift

31 lines
1.3 KiB
Swift
Raw Normal View History

//
// Generated file. Do not edit.
//
import FlutterMacOS
import Foundation
2023-05-21 18:59:04 +02:00
import device_info_plus
import dynamic_color
import package_info_plus
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
import sqflite
import sqlite3_flutter_libs
2024-01-29 16:09:07 +01:00
import url_launcher_macos
import window_manager
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"))
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"))
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"))
WindowManagerPlugin.register(with: registry.registrar(forPlugin: "WindowManagerPlugin"))
}