└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # Weather App 2 | 3 | ![final app](https://github.com/mercihohmann/Images/blob/master/weather_app2.png) 4 | 5 | 6 | This repository was made for a [tutorial series](https://youtu.be/GwIJdJD4Bc4). 7 | 8 | * [Starter Kit](https://github.com/mercihohmann/flutter-weather-app-starterkit) - Basic Flutter app, weather images 9 | 10 | * [Part 1](https://github.com/mercihohmann/flutter-weather-app-part1) - Building the User Interface 11 | 12 | * [Part 2](https://github.com/mercihohmann/flutter-weather-app-part2) - Fetching data from the Internet, using API call 13 | 14 | * [Part 3](https://github.com/mercihohmann/flutter-weather-app-part3) - Improving the UI, error correction, usability, app icon 15 | 16 | * [Part 4](https://github.com/mercihohmann/flutter-weather-app-part4) - Current position with geolocation, fixing bottom overflowed when keyboard shows 17 | 18 | * [Part 5](https://github.com/mercihohmann/flutter-weather-app-part5) - Seven day forecast 19 | 20 | --------------------------------------------------------------------------------