step 2 : add dependency

This commit is contained in:
sindhu
2024-01-12 14:03:48 +07:00
parent b81f6bf1c1
commit b4500de798
22 changed files with 283 additions and 6 deletions

View File

@@ -5,6 +5,8 @@
import FlutterMacOS
import Foundation
import shared_preferences_foundation
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
}