Support desktop hotkey
Support android ipv6 inbound Support android system dns fix some bugs
This commit is contained in:
4
linux/flutter/generated_plugin_registrant.cc
Normal file → Executable file
4
linux/flutter/generated_plugin_registrant.cc
Normal file → Executable file
@@ -9,6 +9,7 @@
|
||||
#include <dynamic_color/dynamic_color_plugin.h>
|
||||
#include <file_selector_linux/file_selector_plugin.h>
|
||||
#include <gtk/gtk_plugin.h>
|
||||
#include <hotkey_manager_linux/hotkey_manager_linux_plugin.h>
|
||||
#include <screen_retriever/screen_retriever_plugin.h>
|
||||
#include <tray_manager/tray_manager_plugin.h>
|
||||
#include <url_launcher_linux/url_launcher_plugin.h>
|
||||
@@ -24,6 +25,9 @@ void fl_register_plugins(FlPluginRegistry* registry) {
|
||||
g_autoptr(FlPluginRegistrar) gtk_registrar =
|
||||
fl_plugin_registry_get_registrar_for_plugin(registry, "GtkPlugin");
|
||||
gtk_plugin_register_with_registrar(gtk_registrar);
|
||||
g_autoptr(FlPluginRegistrar) hotkey_manager_linux_registrar =
|
||||
fl_plugin_registry_get_registrar_for_plugin(registry, "HotkeyManagerLinuxPlugin");
|
||||
hotkey_manager_linux_plugin_register_with_registrar(hotkey_manager_linux_registrar);
|
||||
g_autoptr(FlPluginRegistrar) screen_retriever_registrar =
|
||||
fl_plugin_registry_get_registrar_for_plugin(registry, "ScreenRetrieverPlugin");
|
||||
screen_retriever_plugin_register_with_registrar(screen_retriever_registrar);
|
||||
|
||||
0
linux/flutter/generated_plugin_registrant.h
Normal file → Executable file
0
linux/flutter/generated_plugin_registrant.h
Normal file → Executable file
1
linux/flutter/generated_plugins.cmake
Normal file → Executable file
1
linux/flutter/generated_plugins.cmake
Normal file → Executable file
@@ -6,6 +6,7 @@ list(APPEND FLUTTER_PLUGIN_LIST
|
||||
dynamic_color
|
||||
file_selector_linux
|
||||
gtk
|
||||
hotkey_manager_linux
|
||||
screen_retriever
|
||||
tray_manager
|
||||
url_launcher_linux
|
||||
|
||||
Reference in New Issue
Block a user