Skip to content

A Flutter application that provides current weather information and a 5-day forecast using the OpenWeather API. Features Display current weather conditions Show 5-day weather forecast Search for weather by city name Responsive UI for different screen sizes

License

Notifications You must be signed in to change notification settings

Bikramai/Weather-App

Repository files navigation

Weather App

A Flutter application that provides current weather information and a 5-day forecast using the OpenWeather API.

Features

  • Display current weather conditions
  • Show 5-day weather forecast
  • Search for weather by city name
  • Responsive UI for different screen sizes

Getting Started

These instructions will help you set up and run the project on your local machine for development and testing purposes.

Prerequisites

Make sure you have the following installed:

Installation

  1. Clone the Repository
  2. Install Dependencies
  3. Run
   git clone https://github.com/your-username/weather_app.git
   cd weather_app
   flutter pub get
   flutter run

Set Up OpenWeather API Key

Create a file named .env in the root directory of the project and add your OpenWeather API key:

OPENWEATHER_API_KEY=your_api_key_here

Contributing

If you want to contribute to this project, feel free to fork the repository and submit a pull request. All contributions are welcome!

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contact

If you have any questions or suggestions, feel free to contact me

About

A Flutter application that provides current weather information and a 5-day forecast using the OpenWeather API. Features Display current weather conditions Show 5-day weather forecast Search for weather by city name Responsive UI for different screen sizes

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published