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

@@ -55,7 +55,7 @@ class RenderCallbackImpl(plugin:ThermionFlutterPlugin) : RenderCallback {
class ThermionFlutterPlugin: FlutterPlugin, MethodCallHandler, ActivityAware, LoadFilamentResourceFromOwner, FreeFilamentResourceFromOwner {
companion object {
const val CHANNEL_NAME = "app.polyvox.filament/event"
const val CHANNEL_NAME = "dev.thermion.flutter/event"
const val TAG = "FilamentPlugin"
}