Flutter-Ernaehrungsapp/linux/flutter/generated_plugin_registrant.cc

16 lines
422 B
C++
Raw Permalink Normal View History

2023-05-30 16:17:51 +02:00
//
// Generated file. Do not edit.
//
// clang-format off
#include "generated_plugin_registrant.h"
2023-06-16 08:34:41 +02:00
#include <dynamic_color/dynamic_color_plugin.h>
2023-05-30 16:17:51 +02:00
void fl_register_plugins(FlPluginRegistry* registry) {
2023-06-16 08:34:41 +02:00
g_autoptr(FlPluginRegistrar) dynamic_color_registrar =
fl_plugin_registry_get_registrar_for_plugin(registry, "DynamicColorPlugin");
dynamic_color_plugin_register_with_registrar(dynamic_color_registrar);
2023-05-30 16:17:51 +02:00
}