chore: (flutter) web packaging fixes
This commit is contained in:
@@ -9,5 +9,6 @@ class ThermionWidgetWeb extends StatefulWidget {
|
|||||||
const ThermionWidgetWeb({super.key, required this.options});
|
const ThermionWidgetWeb({super.key, required this.options});
|
||||||
|
|
||||||
@override
|
@override
|
||||||
|
// ignore: no_logic_in_create_state
|
||||||
State<StatefulWidget> createState() => throw Exception();
|
State<StatefulWidget> createState() => throw Exception();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user