Add basic CRUD with sqlite

This commit is contained in:
2023-04-07 15:56:17 +12:00
parent 03eaa16842
commit 82ef2bf87c
7 changed files with 206 additions and 84 deletions
@@ -5,6 +5,8 @@
import FlutterMacOS
import Foundation
import sqflite
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
}