summaryrefslogtreecommitdiff
path: root/macos/Flutter
diff options
context:
space:
mode:
authorMica White <botahamec@outlook.com>2026-01-13 22:51:59 -0500
committerMica White <botahamec@outlook.com>2026-01-13 22:51:59 -0500
commit359d8e07ef5cb585fff13031d075d7c949135317 (patch)
tree0b317599d7cbbb9e5f8b4fce8e99559ad45bfd8c /macos/Flutter
parentd44654698cc3c65a5a458f4c2cdc3b2d868890f5 (diff)
Complete settings 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 d6094b9..aa9ae64 100755
--- a/macos/Flutter/GeneratedPluginRegistrant.swift
+++ b/macos/Flutter/GeneratedPluginRegistrant.swift
@@ -8,11 +8,13 @@ import Foundation
import build_info_macos
import geolocator_apple
import package_info_plus
+import shared_preferences_foundation
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"))
+ SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
}