Locations screen and add locations form
This commit is contained in:
@@ -41,6 +41,7 @@ class _MainWeatherViewState extends State<MainWeatherView>
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
super.build(context);
|
||||
return RefreshIndicator(
|
||||
onRefresh: () {
|
||||
return Future(() {
|
||||
|
||||
Reference in New Issue
Block a user