Weather App with openweathermap.org. An application to view the current weather and the next 5 days.
- Current weather
- Search location by city name or zip code
- Weather next 5 days
- Cross platform
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
Environments:
flutter: 3.2.1+
Android studio: Giraffe | 2022.3.1 Patch 4
xcode: 15.0.1+
Devices:
Simulator, Emulator or Chrome browser
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