Finished basic note taking ability.

This commit is contained in:
Raktbastr 2025-02-05 22:05:28 -06:00
parent 08f182ebc9
commit fc2e26d606
17 changed files with 599 additions and 3 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"))
}