phase 1 complete - local storage and aching

This commit is contained in:
gitea
2025-11-05 19:26:02 +01:00
parent 5adc1af4ec
commit 38e01c04d0
9 changed files with 1084 additions and 77 deletions
@@ -5,6 +5,10 @@
import FlutterMacOS
import Foundation
import path_provider_foundation
import sqflite_darwin
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
}