alessandroaime / Weather

A weather app built to learn how to use Canvas and Animation in Flutter.
MIT License
154 stars 34 forks source link

makes background collapsible #4

Open ariedov opened 6 years ago

ariedov commented 6 years ago

Hello!

I have much fun playing around with this project. Now I thought it would be a cool idea to make the background with current weather collapsible.

It lead to a major change in HomePage to let it download the weather info, and then pass to WeatherList and HeaderWidget - which are now stateless.