chore: update quickstart for Windows
This commit is contained in:
@@ -118,7 +118,7 @@ class _MyHomePageState extends State<MyHomePage> {
|
|||||||
|
|
||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
return Stack(children: [
|
return Scaffold(body:Stack(children: [
|
||||||
if (_thermionViewer != null)
|
if (_thermionViewer != null)
|
||||||
Positioned.fill(
|
Positioned.fill(
|
||||||
child: ThermionWidget(
|
child: ThermionWidget(
|
||||||
@@ -135,6 +135,6 @@ class _MyHomePageState extends State<MyHomePage> {
|
|||||||
if (_thermionViewer == null) _loadButton(),
|
if (_thermionViewer == null) _loadButton(),
|
||||||
if (_thermionViewer != null) _unloadButton(),
|
if (_thermionViewer != null) _unloadButton(),
|
||||||
])))
|
])))
|
||||||
]);
|
]));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user