1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-11 07:18:15 +00:00

Adding linux support (#482)

This commit is contained in:
Brett Morgan
2020-06-24 07:17:36 +10:00
committed by GitHub
parent 09b26f89b4
commit 5a83eb300e
13 changed files with 349 additions and 28 deletions

View File

@@ -0,0 +1,13 @@
//
// Generated file. Do not edit.
//
#ifndef GENERATED_PLUGIN_REGISTRANT_
#define GENERATED_PLUGIN_REGISTRANT_
#include <flutter_linux/flutter_linux.h>
// Registers Flutter plugins.
void fl_register_plugins(FlPluginRegistry* registry);
#endif // GENERATED_PLUGIN_REGISTRANT_