implements google map

This commit is contained in:
bestonemitRam
2025-01-28 00:46:47 +05:30
parent cbeaa2af5c
commit b9cd807bbc
15 changed files with 1250 additions and 252 deletions

View File

@@ -7,8 +7,11 @@
#include "generated_plugin_registrant.h"
#include <connectivity_plus/connectivity_plus_windows_plugin.h>
#include <geolocator_windows/geolocator_windows.h>
void RegisterPlugins(flutter::PluginRegistry* registry) {
ConnectivityPlusWindowsPluginRegisterWithRegistrar(
registry->GetRegistrarForPlugin("ConnectivityPlusWindowsPlugin"));
GeolocatorWindowsRegisterWithRegistrar(
registry->GetRegistrarForPlugin("GeolocatorWindows"));
}

View File

@@ -4,6 +4,7 @@
list(APPEND FLUTTER_PLUGIN_LIST
connectivity_plus
geolocator_windows
)
list(APPEND FLUTTER_FFI_PLUGIN_LIST