removed: imagenetwork, cachedimages

This commit is contained in:
2022-05-29 14:41:50 +02:00
parent 71a5668d90
commit e13c75f36c
4 changed files with 2 additions and 269 deletions

View File

@ -5,10 +5,6 @@
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"))
}