show more days of forecast, enable reload of forecasts
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user