Locations screen and add locations form

This commit is contained in:
Konstantin Kollar
2022-09-03 21:36:18 +02:00
parent 399a99346b
commit b0c4afe1f3
4 changed files with 189 additions and 0 deletions
+1
View File
@@ -41,6 +41,7 @@ class _MainWeatherViewState extends State<MainWeatherView>
@override
Widget build(BuildContext context) {
super.build(context);
return RefreshIndicator(
onRefresh: () {
return Future(() {