feat: use imported texture on iOS

This commit is contained in:
Nick Fisher
2024-09-30 14:51:11 +08:00
parent c80c163212
commit 8a94b6a334
11 changed files with 233 additions and 221 deletions

View File

@@ -34,6 +34,7 @@ class ThermionWidget extends StatefulWidget {
{Key? key, this.initial, required this.viewer, this.view, this.options})
: super(key: key);
@override
State<ThermionWidget> createState() => _ThermionWidgetState();
}