Flutter Weather app

Weather App with openweathermap.org

Weather App app is open-source app for Android & ios. It is built with Dart on top of Google's Flutter Framework.

How to Use

Step 1:

Download or clone this repo by using the link below:

https://github.com/thomassamoul/weather_app.git

Step 2:

Go to project root and execute the following command in console to get the required dependencies:

flutter pub get

Step 3:

Execute the following command to run the app (you must have an open emulator or web support enabled):

flutter run

Demo

App_Demo

Features:

  • User location data using latitude and longitude
  • Search weather data of different location using city name

Packages