diff options
| author | BoredGuy <osome3717@gmail.com> | 2026-05-09 19:59:04 -0700 |
|---|---|---|
| committer | BoredGuy <osome3717@gmail.com> | 2026-05-09 19:59:04 -0700 |
| commit | 67427aec40ba094f1e7f3ee77eab09df73d752f1 (patch) | |
| tree | b1cbaff8f809f5b003977279b93a6bae262e5b0b /linux/flutter/generated_plugin_registrant.h | |
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_ |
