We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c222e4 commit 92b2aa4Copy full SHA for 92b2aa4
sample_app/linux/flutter/generated_plugin_registrant.cc
@@ -6,10 +6,6 @@
6
7
#include "generated_plugin_registrant.h"
8
9
-#include <file_selector_linux/file_selector_plugin.h>
10
11
void fl_register_plugins(FlPluginRegistry* registry) {
12
- g_autoptr(FlPluginRegistrar) file_selector_linux_registrar =
13
- fl_plugin_registry_get_registrar_for_plugin(registry, "FileSelectorPlugin");
14
- file_selector_plugin_register_with_registrar(file_selector_linux_registrar);
15
}
0 commit comments