diff options
| author | Mica White <botahamec@outlook.com> | 2025-12-28 17:45:53 -0500 |
|---|---|---|
| committer | Mica White <botahamec@outlook.com> | 2025-12-28 17:45:53 -0500 |
| commit | 40794d320d287c13e011078d09b3669af77e120f (patch) | |
| tree | 9ba0648104c53a7ba08a23ed9708d541b7878a9d /macos/Flutter/GeneratedPluginRegistrant.swift | |
| parent | b96491034b27ba614cb465e0d7bf92e855b95fff (diff) | |
Implement about page
Diffstat (limited to 'macos/Flutter/GeneratedPluginRegistrant.swift')
| -rwxr-xr-x | macos/Flutter/GeneratedPluginRegistrant.swift | 2 |
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")) } |
