We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 650d919 commit fffd737Copy full SHA for fffd737
example/macos/Flutter/GeneratedPluginRegistrant.swift
@@ -7,10 +7,12 @@ import Foundation
7
8
import package_info_plus
9
import path_provider_foundation
10
+import shared_preferences_foundation
11
import url_launcher_macos
12
13
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
14
FPPPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FPPPackageInfoPlusPlugin"))
15
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
16
+ SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
17
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
18
}
0 commit comments