Skip to content

niloofaramerian/weather_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather Forecast App

Weather Forecast Application created using OpenWeatherMap API in Flutter with BLoC Pattern.

💫 Features

  • Beautiful UI design
  • Automatically determine current user location
  • Today weather info
  • Weather forecast for 7 days
  • Search location

💻 How to Run

  1. Create an account at OpenWeatherMap.
  2. Get your API key from https://home.openweathermap.org/api_keys.
  3. Clone the repository
  4. Install all the packages by typing
    flutter pub get
  5. Navigate to lib/data/provider/weather_provider.dart and paste your API key to the apiKey variable
    final apiKey = 'Paste Your API Key Here';
  6. Run the App