This commit is contained in:
2022-05-29 14:12:05 +02:00
parent 7d1f000a43
commit 71a5668d90
9 changed files with 348 additions and 72 deletions

View File

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