agregado patron bloc y barra de contacto

This commit is contained in:
2024-04-25 15:41:24 +02:00
parent 5e600afba9
commit 4f7bb569d8
8 changed files with 254 additions and 152 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"));
}