chore: (flutter) web packaging fixes

This commit is contained in:
Nick Fisher
2024-09-25 21:17:20 +08:00
parent b461b2c5db
commit b7d3e9191a

View File

@@ -9,5 +9,6 @@ class ThermionWidgetWeb extends StatefulWidget {
const ThermionWidgetWeb({super.key, required this.options});
@override
// ignore: no_logic_in_create_state
State<StatefulWidget> createState() => throw Exception();
}