From a3d903e6b27a12bc2472972e585c351710418e42 Mon Sep 17 00:00:00 2001 From: Felipe Erias Date: Fri, 29 Oct 2021 14:38:21 +0900 Subject: Initial commit --- linux/flutter/generated_plugin_registrant.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 linux/flutter/generated_plugin_registrant.h (limited to 'linux/flutter/generated_plugin_registrant.h') diff --git a/linux/flutter/generated_plugin_registrant.h b/linux/flutter/generated_plugin_registrant.h new file mode 100644 index 0000000..9bf7478 --- /dev/null +++ b/linux/flutter/generated_plugin_registrant.h @@ -0,0 +1,13 @@ +// +// Generated file. Do not edit. +// + +#ifndef GENERATED_PLUGIN_REGISTRANT_ +#define GENERATED_PLUGIN_REGISTRANT_ + +#include + +// Registers Flutter plugins. +void fl_register_plugins(FlPluginRegistry* registry); + +#endif // GENERATED_PLUGIN_REGISTRANT_ -- cgit