diff options
| author | Mica White <botahamec@outlook.com> | 2025-12-28 17:45:53 -0500 |
|---|---|---|
| committer | Mica White <botahamec@outlook.com> | 2025-12-28 17:45:53 -0500 |
| commit | 40794d320d287c13e011078d09b3669af77e120f (patch) | |
| tree | 9ba0648104c53a7ba08a23ed9708d541b7878a9d /linux/flutter/generated_plugin_registrant.cc | |
| parent | b96491034b27ba614cb465e0d7bf92e855b95fff (diff) | |
Implement about page
Diffstat (limited to 'linux/flutter/generated_plugin_registrant.cc')
| -rwxr-xr-x | linux/flutter/generated_plugin_registrant.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/linux/flutter/generated_plugin_registrant.cc b/linux/flutter/generated_plugin_registrant.cc index e71a16d..f6f23bf 100755 --- a/linux/flutter/generated_plugin_registrant.cc +++ b/linux/flutter/generated_plugin_registrant.cc @@ -6,6 +6,10 @@ #include "generated_plugin_registrant.h" +#include <url_launcher_linux/url_launcher_plugin.h> void fl_register_plugins(FlPluginRegistry* registry) { + g_autoptr(FlPluginRegistrar) url_launcher_linux_registrar = + fl_plugin_registry_get_registrar_for_plugin(registry, "UrlLauncherPlugin"); + url_launcher_plugin_register_with_registrar(url_launcher_linux_registrar); } |
