Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 397 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 397 Bytes

weather_app

A weather App Made using Flutter using Openweathermap Api and Geolocator.

Getting Started

Add your own Openweather Api Key in:

lib -> provider -> api -> fetch_weather.dart

static const String apiKey = "YOUR OPENWEATHER API Key";

You can get your own Api Key From Openweathermap

App Screenshots