|
|
@ -14,7 +14,6 @@
|
|
|
|
#include <flutter_secure_storage_linux/flutter_secure_storage_linux_plugin.h>
|
|
|
|
#include <flutter_secure_storage_linux/flutter_secure_storage_linux_plugin.h>
|
|
|
|
#include <handy_window/handy_window_plugin.h>
|
|
|
|
#include <handy_window/handy_window_plugin.h>
|
|
|
|
#include <record_linux/record_linux_plugin.h>
|
|
|
|
#include <record_linux/record_linux_plugin.h>
|
|
|
|
#include <system_theme/system_theme_plugin.h>
|
|
|
|
|
|
|
|
#include <url_launcher_linux/url_launcher_plugin.h>
|
|
|
|
#include <url_launcher_linux/url_launcher_plugin.h>
|
|
|
|
|
|
|
|
|
|
|
|
void fl_register_plugins(FlPluginRegistry* registry) {
|
|
|
|
void fl_register_plugins(FlPluginRegistry* registry) {
|
|
|
@ -42,9 +41,6 @@ void fl_register_plugins(FlPluginRegistry* registry) {
|
|
|
|
g_autoptr(FlPluginRegistrar) record_linux_registrar =
|
|
|
|
g_autoptr(FlPluginRegistrar) record_linux_registrar =
|
|
|
|
fl_plugin_registry_get_registrar_for_plugin(registry, "RecordLinuxPlugin");
|
|
|
|
fl_plugin_registry_get_registrar_for_plugin(registry, "RecordLinuxPlugin");
|
|
|
|
record_linux_plugin_register_with_registrar(record_linux_registrar);
|
|
|
|
record_linux_plugin_register_with_registrar(record_linux_registrar);
|
|
|
|
g_autoptr(FlPluginRegistrar) system_theme_registrar =
|
|
|
|
|
|
|
|
fl_plugin_registry_get_registrar_for_plugin(registry, "SystemThemePlugin");
|
|
|
|
|
|
|
|
system_theme_plugin_register_with_registrar(system_theme_registrar);
|
|
|
|
|
|
|
|
g_autoptr(FlPluginRegistrar) url_launcher_linux_registrar =
|
|
|
|
g_autoptr(FlPluginRegistrar) url_launcher_linux_registrar =
|
|
|
|
fl_plugin_registry_get_registrar_for_plugin(registry, "UrlLauncherPlugin");
|
|
|
|
fl_plugin_registry_get_registrar_for_plugin(registry, "UrlLauncherPlugin");
|
|
|
|
url_launcher_plugin_register_with_registrar(url_launcher_linux_registrar);
|
|
|
|
url_launcher_plugin_register_with_registrar(url_launcher_linux_registrar);
|
|
|
|