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

18 lines
541 B
C++

//
// Generated file. Do not edit.
//
// clang-format off
#include "generated_plugin_registrant.h"
#include <flutter_secure_storage_windows/flutter_secure_storage_windows_plugin.h>
#include <url_launcher_windows/url_launcher_windows.h>
void RegisterPlugins(flutter::PluginRegistry* registry) {
FlutterSecureStorageWindowsPluginRegisterWithRegistrar(
registry->GetRegistrarForPlugin("FlutterSecureStorageWindowsPlugin"));
UrlLauncherWindowsRegisterWithRegistrar(
registry->GetRegistrarForPlugin("UrlLauncherWindows"));
}