Add a portfolio entry for NBT Editor, and update all dependencies.

This commit is contained in:
zontreck 2025-01-30 20:10:29 -07:00
parent 9e5ab72b94
commit 071a5ccea4
37 changed files with 247 additions and 117 deletions

View file

@ -6,6 +6,9 @@
#include "generated_plugin_registrant.h"
#include <url_launcher_windows/url_launcher_windows.h>
void RegisterPlugins(flutter::PluginRegistry* registry) {
UrlLauncherWindowsRegisterWithRegistrar(
registry->GetRegistrarForPlugin("UrlLauncherWindows"));
}

View file

@ -3,6 +3,7 @@
#
list(APPEND FLUTTER_PLUGIN_LIST
url_launcher_windows
)
list(APPEND FLUTTER_FFI_PLUGIN_LIST