Sellers Filtering

This commit is contained in:
Ashish Bailkeri
2023-02-25 22:27:02 -05:00
parent 26255e6bc5
commit d63f679d0d
14 changed files with 226 additions and 5 deletions

View File

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

View File

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