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 /windows/flutter/generated_plugin_registrant.cc | |
| parent | b96491034b27ba614cb465e0d7bf92e855b95fff (diff) | |
Implement about page
Diffstat (limited to 'windows/flutter/generated_plugin_registrant.cc')
| -rwxr-xr-x | windows/flutter/generated_plugin_registrant.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/windows/flutter/generated_plugin_registrant.cc b/windows/flutter/generated_plugin_registrant.cc index 1ece8f2..94586cc 100755 --- a/windows/flutter/generated_plugin_registrant.cc +++ b/windows/flutter/generated_plugin_registrant.cc @@ -7,8 +7,11 @@ #include "generated_plugin_registrant.h" #include <geolocator_windows/geolocator_windows.h> +#include <url_launcher_windows/url_launcher_windows.h> void RegisterPlugins(flutter::PluginRegistry* registry) { GeolocatorWindowsRegisterWithRegistrar( registry->GetRegistrarForPlugin("GeolocatorWindows")); + UrlLauncherWindowsRegisterWithRegistrar( + registry->GetRegistrarForPlugin("UrlLauncherWindows")); } |
