Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 456 Bytes

File metadata and controls

25 lines (16 loc) · 456 Bytes

Weather App

A Weather App built using Flutter

User Interface

Installation

In the dependencies: section of your pubspec.yaml, add the following line:

dependencies:
  font_awesome_flutter: <latest_version>
  http: <latest_version>

API

OpenWeather's Current weather data API

api.openweathermap.org/data/2.5/weather?q={city name}&appid={API key}