todo safeguard

This commit is contained in:
Naoufal
2023-02-25 14:47:21 -05:00
parent 6a7de1fc3d
commit 7af41bcf45
12 changed files with 132 additions and 21 deletions

View File

@@ -9,10 +9,14 @@ import device_info_plus_macos
import path_provider_foundation
import pdfx
import printing
import screen_retriever
import window_manager
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
DeviceInfoPlusMacosPlugin.register(with: registry.registrar(forPlugin: "DeviceInfoPlusMacosPlugin"))
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
PdfxPlugin.register(with: registry.registrar(forPlugin: "PdfxPlugin"))
PrintingPlugin.register(with: registry.registrar(forPlugin: "PrintingPlugin"))
ScreenRetrieverPlugin.register(with: registry.registrar(forPlugin: "ScreenRetrieverPlugin"))
WindowManagerPlugin.register(with: registry.registrar(forPlugin: "WindowManagerPlugin"))
}