A Weather App built using Flutter
In the dependencies: section of your pubspec.yaml, add the following line:
dependencies:
font_awesome_flutter: <latest_version>
http: <latest_version>
OpenWeather's Current weather data API
api.openweathermap.org/data/2.5/weather?q={city name}&appid={API key}