diff options
| author | Mica White <botahamec@outlook.com> | 2025-12-29 00:13:51 -0500 |
|---|---|---|
| committer | Mica White <botahamec@outlook.com> | 2025-12-29 00:13:51 -0500 |
| commit | eda099834e8c1cf028cc21d20266fde589fb2ef7 (patch) | |
| tree | 08c4df4708fe834e9baa3bf98b1e3a50f1329f3f /macos/Flutter/GeneratedPluginRegistrant.swift | |
| parent | 74f9c14eb1918624725267947e3366b6f465ea0e (diff) | |
Add build date to about
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 cae8434..d6094b9 100755 --- a/macos/Flutter/GeneratedPluginRegistrant.swift +++ b/macos/Flutter/GeneratedPluginRegistrant.swift @@ -5,11 +5,13 @@ import FlutterMacOS import Foundation +import build_info_macos import geolocator_apple import package_info_plus import url_launcher_macos func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) { + BuildInfoPlugin.register(with: registry.registrar(forPlugin: "BuildInfoPlugin")) GeolocatorPlugin.register(with: registry.registrar(forPlugin: "GeolocatorPlugin")) FPPPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FPPPackageInfoPlusPlugin")) UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin")) |
