rename Flutter method channels

This commit is contained in:
Nick Fisher
2024-06-18 16:29:19 +08:00
parent 338fe3bb9f
commit 4f4be9b7d7
6 changed files with 6 additions and 6 deletions

View File

@@ -871,7 +871,7 @@ void thermion_flutter_plugin_register_with_registrar(FlPluginRegistrar* registra
g_autoptr(FlStandardMethodCodec) codec = fl_standard_method_codec_new();
g_autoptr(FlMethodChannel) channel =
fl_method_channel_new(fl_plugin_registrar_get_messenger(registrar),
"app.polyvox.filament/event",
"dev.thermion.flutter/event",
FL_METHOD_CODEC(codec));
fl_method_channel_set_method_call_handler(channel, method_call_cb,
g_object_ref(plugin),