flutter_dashboard/macos/Flutter/GeneratedPluginRegistrant.swift
jdysya f8aaf86cf8 feat(kodbox): 使用用户名和密码替代 API Token(#4)
- 移除 KodBox API Token 相关代码
- 添加 KodBox 用户名和密码输入字段
- 实现 KodBox 有效 token 获取逻辑
- 更新 KodBox 日志获取和展示逻辑
- 添加文件路径点击打开功能
- 更新相关测试和依赖
2025-06-10 15:23:39 +08:00

21 lines
759 B
Swift

//
// Generated file. Do not edit.
//
import FlutterMacOS
import Foundation
import flutter_secure_storage_macos
import path_provider_foundation
import shared_preferences_foundation
import sqflite_darwin
import url_launcher_macos
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
FlutterSecureStoragePlugin.register(with: registry.registrar(forPlugin: "FlutterSecureStoragePlugin"))
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
}