Files
flux/macos/Flutter/GeneratedPluginRegistrant.swift

25 lines
906 B
Swift
Raw Normal View History

2026-04-04 14:43:29 +02:00
//
// Generated file. Do not edit.
//
import FlutterMacOS
import Foundation
2026-04-04 17:13:25 +02:00
import app_links
2026-04-11 12:40:03 +02:00
import file_picker
import file_selector_macos
import pdfx
2026-05-10 14:09:57 +02:00
import printing
2026-04-04 17:13:25 +02:00
import shared_preferences_foundation
import url_launcher_macos
2026-04-04 14:43:29 +02:00
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
2026-04-04 17:13:25 +02:00
AppLinksMacosPlugin.register(with: registry.registrar(forPlugin: "AppLinksMacosPlugin"))
2026-04-11 12:40:03 +02:00
FilePickerPlugin.register(with: registry.registrar(forPlugin: "FilePickerPlugin"))
FileSelectorPlugin.register(with: registry.registrar(forPlugin: "FileSelectorPlugin"))
PdfxPlugin.register(with: registry.registrar(forPlugin: "PdfxPlugin"))
2026-05-10 14:09:57 +02:00
PrintingPlugin.register(with: registry.registrar(forPlugin: "PrintingPlugin"))
2026-04-04 17:13:25 +02:00
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
2026-04-04 14:43:29 +02:00
}