2022-01-16 11:19:01 -05:00
|
|
|
//
|
|
|
|
// Generated file. Do not edit.
|
|
|
|
//
|
|
|
|
|
|
|
|
// clang-format off
|
|
|
|
|
|
|
|
#include "generated_plugin_registrant.h"
|
|
|
|
|
2022-12-09 18:59:31 -05:00
|
|
|
#include <flutter_acrylic/flutter_acrylic_plugin.h>
|
2022-01-16 11:19:01 -05:00
|
|
|
#include <veilid/veilid_plugin.h>
|
|
|
|
|
|
|
|
void fl_register_plugins(FlPluginRegistry* registry) {
|
2022-12-09 18:59:31 -05:00
|
|
|
g_autoptr(FlPluginRegistrar) flutter_acrylic_registrar =
|
|
|
|
fl_plugin_registry_get_registrar_for_plugin(registry, "FlutterAcrylicPlugin");
|
|
|
|
flutter_acrylic_plugin_register_with_registrar(flutter_acrylic_registrar);
|
2022-01-16 11:19:01 -05:00
|
|
|
g_autoptr(FlPluginRegistrar) veilid_registrar =
|
|
|
|
fl_plugin_registry_get_registrar_for_plugin(registry, "VeilidPlugin");
|
|
|
|
veilid_plugin_register_with_registrar(veilid_registrar);
|
|
|
|
}
|