build(splash): 重新生成首屏

This commit is contained in:
李东云
2023-03-28 18:39:20 +08:00
parent b3a0784e1c
commit de910268ee
6 changed files with 130 additions and 26 deletions

View File

@@ -7,10 +7,8 @@ import Foundation
import path_provider_foundation
import shared_preferences_foundation
import sqflite
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
}