2. add dependency

This commit is contained in:
sindhu
2024-01-09 09:01:42 +07:00
parent c87da01a0e
commit 85a21f80b7
5 changed files with 545 additions and 0 deletions

View File

@@ -6,6 +6,9 @@
#include "generated_plugin_registrant.h"
#include <geolocator_windows/geolocator_windows.h>
void RegisterPlugins(flutter::PluginRegistry* registry) {
GeolocatorWindowsRegisterWithRegistrar(
registry->GetRegistrarForPlugin("GeolocatorWindows"));
}