Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,9 @@ sudo apt-get install libayatana-appindicator3-dev
</td>
<td>
<ul>
<li>title</li>
<li>icon</li>
<li>toolTip</li>
</ul>
</td>
</tr>
Expand All @@ -100,14 +102,14 @@ sudo apt-get install libayatana-appindicator3-dev
<td>Modify the tray tooltip</td>
<td>✔️</td>
<td>✔️</td>
<td></td>
<td>✔️</td>
</tr>
<tr>
<td>setTitle / getTitle</td>
<td>Set / Get the tray title</td>
<td>➖</td>
<td>✔️</td>
<td></td>
<td>✔️</td>
</tr>
<tr>
<td>setContextMenu</td>
Expand Down Expand Up @@ -147,7 +149,14 @@ sudo apt-get install libayatana-appindicator3-dev
<li>right-click</li>
</ul>
</td>
<td>➖</td>
<td>
<ul>
<li>click</li>
<li>right-click</li>
<li>double-click</li>
<li>scroll</li>
</ul>
</td>
</tr>
</table>

Expand Down
4 changes: 0 additions & 4 deletions example/linux/flutter/generated_plugin_registrant.cc
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,9 @@
#include "generated_plugin_registrant.h"

#include <bitsdojo_window_linux/bitsdojo_window_plugin.h>
#include <system_tray/system_tray_plugin.h>

void fl_register_plugins(FlPluginRegistry* registry) {
g_autoptr(FlPluginRegistrar) bitsdojo_window_linux_registrar =
fl_plugin_registry_get_registrar_for_plugin(registry, "BitsdojoWindowPlugin");
bitsdojo_window_plugin_register_with_registrar(bitsdojo_window_linux_registrar);
g_autoptr(FlPluginRegistrar) system_tray_registrar =
fl_plugin_registry_get_registrar_for_plugin(registry, "SystemTrayPlugin");
system_tray_plugin_register_with_registrar(system_tray_registrar);
}
1 change: 0 additions & 1 deletion example/linux/flutter/generated_plugins.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

list(APPEND FLUTTER_PLUGIN_LIST
bitsdojo_window_linux
system_tray
)

list(APPEND FLUTTER_FFI_PLUGIN_LIST
Expand Down
Loading