Goods details page

This commit is contained in:
2024-05-01 20:17:20 +03:00
parent f941b26224
commit 16d0ddca78
12 changed files with 231 additions and 100 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"))
}