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

@@ -6,18 +6,15 @@
#include "generated_plugin_registrant.h"
#include <bitsdojo_window_windows/bitsdojo_window_plugin.h>
#include <pdfx/pdfx_plugin.h>
#include <printing/printing_plugin.h>
#include <screen_retriever/screen_retriever_plugin.h>
#include <window_manager/window_manager_plugin.h>
void RegisterPlugins(flutter::PluginRegistry* registry) {
BitsdojoWindowPluginRegisterWithRegistrar(
registry->GetRegistrarForPlugin("BitsdojoWindowPlugin"));
PdfxPluginRegisterWithRegistrar(
registry->GetRegistrarForPlugin("PdfxPlugin"));
PrintingPluginRegisterWithRegistrar(
registry->GetRegistrarForPlugin("PrintingPlugin"));
ScreenRetrieverPluginRegisterWithRegistrar(
registry->GetRegistrarForPlugin("ScreenRetrieverPlugin"));
WindowManagerPluginRegisterWithRegistrar(
registry->GetRegistrarForPlugin("WindowManagerPlugin"));
}

View File

@@ -3,10 +3,9 @@
#
list(APPEND FLUTTER_PLUGIN_LIST
bitsdojo_window_windows
pdfx
printing
screen_retriever
window_manager
)
list(APPEND FLUTTER_FFI_PLUGIN_LIST