This commit is contained in:
Nick Fisher
2023-10-03 17:22:48 +11:00
4 changed files with 34 additions and 31 deletions

View File

@@ -14,7 +14,6 @@ class FilamentControllerFFI extends FilamentController {
late MethodChannel _channel = MethodChannel("app.polyvox.filament/event");
double _pixelRatio = 1.0;
ui.Size size = ui.Size.zero;
int? _textureId;
final _textureIdController = StreamController<int?>.broadcast();