Implement login and signup test with json.

This commit is contained in:
Van Leemput Dayron
2025-10-01 00:48:06 +02:00
parent b3d463e1fb
commit 9fb81f793b
8 changed files with 1004 additions and 362 deletions

View File

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