fix some bugs i think ?
This commit is contained in:
parent
50a6eb7c92
commit
cb5846600b
6 changed files with 43 additions and 34 deletions
|
|
@ -6,6 +6,7 @@
|
|||
|
||||
#include "generated_plugin_registrant.h"
|
||||
|
||||
#include <clipboard/clipboard_plugin.h>
|
||||
#include <dynamic_system_colors/dynamic_color_plugin_c_api.h>
|
||||
#include <file_selector_windows/file_selector_windows.h>
|
||||
#include <screen_retriever_windows/screen_retriever_windows_plugin_c_api.h>
|
||||
|
|
@ -16,6 +17,8 @@
|
|||
#include <window_size/window_size_plugin.h>
|
||||
|
||||
void RegisterPlugins(flutter::PluginRegistry* registry) {
|
||||
ClipboardPluginRegisterWithRegistrar(
|
||||
registry->GetRegistrarForPlugin("ClipboardPlugin"));
|
||||
DynamicColorPluginCApiRegisterWithRegistrar(
|
||||
registry->GetRegistrarForPlugin("DynamicColorPluginCApi"));
|
||||
FileSelectorWindowsRegisterWithRegistrar(
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
#
|
||||
|
||||
list(APPEND FLUTTER_PLUGIN_LIST
|
||||
clipboard
|
||||
dynamic_system_colors
|
||||
file_selector_windows
|
||||
screen_retriever_windows
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue