We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45edb6f commit ed11bcbCopy full SHA for ed11bcb
1 file changed
lib/routes/home.dart
@@ -24,7 +24,8 @@ class HomePage extends StatelessWidget {
24
if (snapshot.hasData)
25
...snapshot.data
26
else
27
- FindingLocation().sliverToBoxAdapter()
+ // todo: set position to center
28
+ Center(child: FindingLocation()).sliverToBoxAdapter()
29
],
30
).scaffold();
31
},
0 commit comments