Skip to content

Commit fffd737

Browse files
committed
chore: revert unchanged files
1 parent 650d919 commit fffd737

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

example/macos/Flutter/GeneratedPluginRegistrant.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,12 @@ import Foundation
77

88
import package_info_plus
99
import path_provider_foundation
10+
import shared_preferences_foundation
1011
import url_launcher_macos
1112

1213
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
1314
FPPPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FPPPackageInfoPlusPlugin"))
1415
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
16+
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
1517
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
1618
}

0 commit comments

Comments
 (0)