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

@@ -10,7 +10,7 @@ import 'package:thermion_flutter_platform_interface/thermion_flutter_texture.dar
/// to create rendering contexts, callbacks and surfaces (either backing texture(s).
///
class ThermionFlutterFFI extends ThermionFlutterPlatform {
final _channel = const MethodChannel("app.polyvox.filament/event");
final _channel = const MethodChannel("dev.thermion.flutter/event");
late final ThermionViewerFFI viewer;