Skip to content

Latest commit

 

History

History
79 lines (46 loc) · 1.44 KB

File metadata and controls

79 lines (46 loc) · 1.44 KB

Weather App

Weather App with openweathermap.org. An application to view the current weather and the next 5 days.

Features

  • Current weather
  • Search location by city name or zip code
  • Weather next 5 days
  • Cross platform

Acknowledgements

Environment Variables

To run this project, you will need to add the following environment variables to your constant.dart file

API_KEY

To get API_KEY: How to get Weather API_KEY

Installation

Environments:

  flutter: 3.2.1+
  Android studio: Giraffe | 2022.3.1 Patch 4
  xcode: 15.0.1+

Devices:

  Simulator, Emulator or Chrome browser

Run Locally

Clone the project

  git clone https://github.com/tintran-dev/weather-app.git

Go to the project directory

  cd weather-app

Install dependencies

  flutter pub get

Run app

  flutter run

Screenshots