add scroll bar

This commit is contained in:
quantulr
2024-06-20 10:06:05 +08:00
parent 2570b09033
commit f5f59ca53c
39 changed files with 521 additions and 228 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"));
}