Weather Application

        

A simple weather app created using Flutter and Dart and using API from WeatherAPI

🎯Features

  • Searchable location
  • Hourly weather information
  • 3 days weather information

🚀How to Run

  1. Create an account at WeatherAPI.
  2. Then get your API key from https://www.weatherapi.com/my/.
  3. Clone the repo
    git clone https://github.com/soham-dixit/weather-app-flutter.git
  4. Install all the packages by typing
    flutter pub get
  5. Navigate to lib/ui/home_page.dart and paste your API key to the apiKey variable
    String searchWeatherAPI = 'Paste Your API Key Here';
  6. Run the app using flutter run

📜License

Distributed under the MIT License. See LICENSE for more information.

GitHub

View Github