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

@ -5,6 +5,8 @@
import FlutterMacOS
import Foundation
import url_launcher_macos
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
}