Skip to content

Commit

Permalink
chore: Finish hotkey_manager_linux package
Browse files Browse the repository at this point in the history
  • Loading branch information
lijy91 committed Mar 2, 2024
1 parent dc6dfac commit cc6e93d
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 482 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@

#include "generated_plugin_registrant.h"

#include <hotkey_manager/hotkey_manager_plugin.h>
#include <hotkey_manager_linux/hotkey_manager_linux_plugin.h>

void fl_register_plugins(FlPluginRegistry* registry) {
g_autoptr(FlPluginRegistrar) hotkey_manager_registrar =
fl_plugin_registry_get_registrar_for_plugin(registry, "HotkeyManagerPlugin");
hotkey_manager_plugin_register_with_registrar(hotkey_manager_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);
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#

list(APPEND FLUTTER_PLUGIN_LIST
hotkey_manager
hotkey_manager_linux
)

list(APPEND FLUTTER_FFI_PLUGIN_LIST
Expand Down
39 changes: 0 additions & 39 deletions packages/hotkey_manager/linux/CMakeLists.txt

This file was deleted.

Loading

0 comments on commit cc6e93d

Please sign in to comment.