|
@@ -10,6 +10,7 @@
|
|
|
#include <file_selector_windows/file_selector_windows.h>
|
|
|
#include <flutter_secure_storage_windows/flutter_secure_storage_windows_plugin.h>
|
|
|
#include <permission_handler_windows/permission_handler_windows_plugin.h>
|
|
|
+#include <protocol_handler/protocol_handler_plugin.h>
|
|
|
#include <proxy_manager/proxy_manager_plugin.h>
|
|
|
#include <screen_retriever/screen_retriever_plugin.h>
|
|
|
#include <tray_manager/tray_manager_plugin.h>
|
|
@@ -25,6 +26,8 @@ void RegisterPlugins(flutter::PluginRegistry* registry) {
|
|
|
registry->GetRegistrarForPlugin("FlutterSecureStorageWindowsPlugin"));
|
|
|
PermissionHandlerWindowsPluginRegisterWithRegistrar(
|
|
|
registry->GetRegistrarForPlugin("PermissionHandlerWindowsPlugin"));
|
|
|
+ ProtocolHandlerPluginRegisterWithRegistrar(
|
|
|
+ registry->GetRegistrarForPlugin("ProtocolHandlerPlugin"));
|
|
|
ProxyManagerPluginRegisterWithRegistrar(
|
|
|
registry->GetRegistrarForPlugin("ProxyManagerPlugin"));
|
|
|
ScreenRetrieverPluginRegisterWithRegistrar(
|