Skip to content

Latest commit

 

History

History
71 lines (45 loc) · 2.06 KB

README.md

File metadata and controls

71 lines (45 loc) · 2.06 KB

Flutter Weather App

Description

This Flutter Weather App provides real-time weather information using the OpenWeather API. It's designed for both Android and iOS, offering users a seamless and interactive way to check the weather forecast for their current location and any other city around the world.

Features

  • Real-time weather updates.
  • Search functionality for global cities.
  • Detailed weather information including temperature, humidity, wind speed, and more.
  • 7-day weather forecast.
  • Clean and intuitive UI.

Screenshot

Getting Started

Prerequisites

  • Flutter 2.x
  • Dart 2.x
  • An API key from OpenWeather

Installation

  1. Clone the repo:
    git clone https://github.com/iPrakharV/Flutter-Weather_App.git
    
  2. Install Flutter packages:
    flutter pub get
    

Usage

Launch the app on your emulator or device. Use the search function to find the weather in different cities, or use the device's current location to get real-time weather updates for your area.

Built With

Contributing

Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

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

Contact

iPrakharV - @iprakharv

Project Link: Flutter Weather App

Acknowledgments