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

@@ -43,7 +43,7 @@ void ThermionFlutterPlugin::RegisterWithRegistrar(
flutter::PluginRegistrarWindows *registrar) {
auto channel =
std::make_unique<flutter::MethodChannel<flutter::EncodableValue>>(
registrar->messenger(), "app.polyvox.filament/event",
registrar->messenger(), "dev.thermion.flutter/event",
&flutter::StandardMethodCodec::GetInstance());
auto plugin = std::make_unique<ThermionFlutterPlugin>(