feat: reconfigure package name.

This commit is contained in:
Alberto Ponces
2022-08-06 22:35:35 +01:00
parent fc06f8d571
commit 35a68b1674
38 changed files with 80 additions and 85 deletions

View File

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