add geolocation View and controller and services, routes and bindings

This commit is contained in:
atseirjo
2025-10-20 15:14:42 +02:00
parent d6c3d141ef
commit b6bd692cd7
15 changed files with 2117 additions and 33 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"));
}

View File

@@ -3,6 +3,7 @@
#
list(APPEND FLUTTER_PLUGIN_LIST
geolocator_windows
)
list(APPEND FLUTTER_FFI_PLUGIN_LIST