fix linux

This commit is contained in:
Naoufal
2023-03-03 12:35:47 -05:00
parent 7af41bcf45
commit dbae375ebd
16 changed files with 824 additions and 120 deletions

View File

@@ -5,18 +5,16 @@
import FlutterMacOS
import Foundation
import bitsdojo_window_macos
import device_info_plus_macos
import path_provider_foundation
import pdfx
import printing
import screen_retriever
import window_manager
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
BitsdojoWindowPlugin.register(with: registry.registrar(forPlugin: "BitsdojoWindowPlugin"))
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"))
}