|
@@ -5,7 +5,8 @@
|
|
#include "flutter_window.h"
|
|
#include "flutter_window.h"
|
|
#include "utils.h"
|
|
#include "utils.h"
|
|
#include <protocol_handler/protocol_handler_plugin.h>
|
|
#include <protocol_handler/protocol_handler_plugin.h>
|
|
-
|
|
|
|
|
|
+#include <flutter/method_channel.h>
|
|
|
|
+#include <flutter/plugin_registrar_windows.h>
|
|
// 展示控制台
|
|
// 展示控制台
|
|
void ShowConsole() {
|
|
void ShowConsole() {
|
|
HWND hWnd = ::GetConsoleWindow();
|
|
HWND hWnd = ::GetConsoleWindow();
|