summaryrefslogtreecommitdiff
path: root/windows/flutter/generated_plugin_registrant.cc
diff options
context:
space:
mode:
Diffstat (limited to 'windows/flutter/generated_plugin_registrant.cc')
-rwxr-xr-xwindows/flutter/generated_plugin_registrant.cc3
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"));
}