theming stuff

This commit is contained in:
2023-02-26 14:52:49 -05:00
parent 26f1d5f560
commit 83d3a1a1f1
7 changed files with 37 additions and 73 deletions

View File

@@ -7,11 +7,8 @@
#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"));
}