This commit is contained in:
Dwi Swandhana
2026-07-21 05:45:47 +07:00
parent 707e2cb841
commit d944647129
136 changed files with 6855 additions and 12 deletions

No files matched your search

@@ -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"));
}