featr(ui): add windows support

This commit is contained in:
Simon Ding
2025-04-07 14:57:27 +08:00
parent 3c9f6d0b23
commit 9014f846be
20 changed files with 1174 additions and 75 deletions

View File

@@ -0,0 +1,14 @@
//
// Generated file. Do not edit.
//
// clang-format off
#include "generated_plugin_registrant.h"
#include <url_launcher_windows/url_launcher_windows.h>
void RegisterPlugins(flutter::PluginRegistry* registry) {
UrlLauncherWindowsRegisterWithRegistrar(
registry->GetRegistrarForPlugin("UrlLauncherWindows"));
}