Add sqlite dependency with flutter pub add sqflite.

This commit is contained in:
2025-02-05 14:17:29 -07:00
parent 360a36f024
commit 6b25e6e552
3 changed files with 68 additions and 1 deletions

View File

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