Add functional login page

This commit is contained in:
2024-12-20 23:30:05 +01:00
parent f530a52e9d
commit d5d5bc6e5d
13 changed files with 356 additions and 144 deletions

View File

@@ -6,12 +6,14 @@ import FlutterMacOS
import Foundation
import device_info_plus
import flutter_secure_storage_macos
import path_provider_foundation
import pdfx
import sqflite_darwin
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
DeviceInfoPlusMacosPlugin.register(with: registry.registrar(forPlugin: "DeviceInfoPlusMacosPlugin"))
FlutterSecureStoragePlugin.register(with: registry.registrar(forPlugin: "FlutterSecureStoragePlugin"))
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
PdfxPlugin.register(with: registry.registrar(forPlugin: "PdfxPlugin"))
SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))