SpicyChair / pluvia_weather_flutter

Pluvia 🌦️ | A weather app with beautiful animations, built with Flutter.
GNU General Public License v3.0
149 stars 17 forks source link

Padding on Current Weather Page #54

Closed n8x0b7T closed 2 years ago

n8x0b7T commented 2 years ago

The padding above the current temperature is zero. The location name has no space below it.

n8x0b7T commented 2 years ago

Instead of just a text widget, put the text in a container and give it top padding. Here is the code that needs to be changed: https://github.com/SpicyChair/pluvia_weather_flutter/blob/cb9aa1be923ff571611ba8049442f4e8b679ccc8/lib/screens/current_weather_screen.dart#L294

SpicyChair commented 2 years ago

Added padding in latest release. Thanks