show more days of forecast, enable reload of forecasts

This commit is contained in:
Konstantin Kollar
2022-08-31 14:56:00 +02:00
parent bc3dcf575c
commit 7c4320f4b6
4 changed files with 76 additions and 22 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ class _CompactWeatherDataState extends State<CompactWeatherData> {
child: Column(
children: [
Text(
"${DateFormat('EEEE').format(DateTime.now().toLocal())}, ${DateTime.now().toLocal().day}.${DateTime.now().toLocal().month}.",
"${DateFormat('EEEE').format(widget.dwm.dateOfDay())}, ${widget.dwm.dateOfDay().day}.${widget.dwm.dateOfDay().month}.",
style: Theme.of(context).textTheme.headline4,
),
const SizedBox(height: 20),