diff options
author | Orangerot <purple@orangerot.dev> | 2024-12-16 16:04:07 +0100 |
---|---|---|
committer | Orangerot <purple@orangerot.dev> | 2024-12-17 09:08:55 +0100 |
commit | 08f2adb6397557ac27cf3780aa8f8222cbc51982 (patch) | |
tree | f9ee48a8f120e9bcb93f6f172fd88a89f3d45372 /linux/flutter/generated_plugin_registrant.h |
Initial Commit
Diffstat (limited to 'linux/flutter/generated_plugin_registrant.h')
-rw-r--r-- | linux/flutter/generated_plugin_registrant.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/linux/flutter/generated_plugin_registrant.h b/linux/flutter/generated_plugin_registrant.h new file mode 100644 index 0000000..e0f0a47 --- /dev/null +++ b/linux/flutter/generated_plugin_registrant.h @@ -0,0 +1,15 @@ +// +// Generated file. Do not edit. +// + +// clang-format off + +#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_ |