fixed project structure issues. now removing flutterflow dependencies.

This commit is contained in:
Ashton
2024-07-05 21:26:57 -06:00
parent 3c0e777fd6
commit dfa84c4acf
33 changed files with 609 additions and 330 deletions
@@ -5,6 +5,10 @@
import FlutterMacOS
import Foundation
import path_provider_foundation
import sqflite
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
}