1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-10 06:48:26 +00:00

Setup to handle app window on desktop (#1028)

This commit is contained in:
Miguel Beltran
2022-02-28 20:50:10 +01:00
committed by GitHub
parent 67a6d1a068
commit 4b9cc632a7
34 changed files with 1443 additions and 2 deletions

View File

@@ -0,0 +1,14 @@
//
// Generated file. Do not edit.
//
// clang-format off
#include "generated_plugin_registrant.h"
#include <window_size/window_size_plugin.h>
void RegisterPlugins(flutter::PluginRegistry* registry) {
WindowSizePluginRegisterWithRegistrar(
registry->GetRegistrarForPlugin("WindowSizePlugin"));
}