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,15 @@
//
// Generated file. Do not edit.
//
// clang-format off
#ifndef GENERATED_PLUGIN_REGISTRANT_
#define GENERATED_PLUGIN_REGISTRANT_
#include <flutter/plugin_registry.h>
// Registers Flutter plugins.
void RegisterPlugins(flutter::PluginRegistry* registry);
#endif // GENERATED_PLUGIN_REGISTRANT_