Add shared preferences and chats page

This commit is contained in:
2023-12-28 17:48:18 +13:00
parent 02ab48521e
commit b636eaaa57
7 changed files with 265 additions and 24 deletions
@@ -5,6 +5,8 @@
import FlutterMacOS
import Foundation
import shared_preferences_foundation
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
}