1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-09 22:38:42 +00:00

Update M3 app (#1606)

This commit is contained in:
Pierre-Louis
2023-01-28 06:46:33 +01:00
committed by GitHub
parent a15a98252d
commit 2e3dfb0e8d
18 changed files with 607 additions and 132 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"))
}