安装依赖

This commit is contained in:
guozhigq
2023-04-18 10:48:28 +08:00
parent 8f028b3b57
commit aae24126ce
14 changed files with 378 additions and 4 deletions

View File

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