From e99bf6b14b03237e816dbbf0539c8d2c397cd998 Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Wed, 25 Sep 2024 21:20:04 +0800 Subject: [PATCH] chore!: (flutter) cleanup for pub.dev publishing --- .../thermion_flutter/lib/thermion/thermion_flutter_plugin.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/thermion_flutter/thermion_flutter/lib/thermion/thermion_flutter_plugin.dart b/thermion_flutter/thermion_flutter/lib/thermion/thermion_flutter_plugin.dart index eba560cc..13ba901e 100644 --- a/thermion_flutter/thermion_flutter/lib/thermion/thermion_flutter_plugin.dart +++ b/thermion_flutter/thermion_flutter/lib/thermion/thermion_flutter_plugin.dart @@ -115,7 +115,6 @@ class ThermionFlutterPlugin { return ThermionFlutterPlatform.instance.destroyTexture(texture); } - @override static Future resizeTexture( ThermionFlutterTexture texture, int width,