summaryrefslogtreecommitdiff
path: root/macos/Flutter
diff options
context:
space:
mode:
authorMica White <botahamec@outlook.com>2025-12-28 17:45:53 -0500
committerMica White <botahamec@outlook.com>2025-12-28 17:45:53 -0500
commit40794d320d287c13e011078d09b3669af77e120f (patch)
tree9ba0648104c53a7ba08a23ed9708d541b7878a9d /macos/Flutter
parentb96491034b27ba614cb465e0d7bf92e855b95fff (diff)
Implement about page
Diffstat (limited to 'macos/Flutter')
-rwxr-xr-xmacos/Flutter/GeneratedPluginRegistrant.swift2
1 files changed, 2 insertions, 0 deletions
diff --git a/macos/Flutter/GeneratedPluginRegistrant.swift b/macos/Flutter/GeneratedPluginRegistrant.swift
index d7ee0bc..cae8434 100755
--- a/macos/Flutter/GeneratedPluginRegistrant.swift
+++ b/macos/Flutter/GeneratedPluginRegistrant.swift
@@ -7,8 +7,10 @@ import Foundation
import geolocator_apple
import package_info_plus
+import url_launcher_macos
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
GeolocatorPlugin.register(with: registry.registrar(forPlugin: "GeolocatorPlugin"))
FPPPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FPPPackageInfoPlusPlugin"))
+ UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
}