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.
- 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.
- Flutter 2.x
- Dart 2.x
- An API key from OpenWeather
- Clone the repo:
git clone https://github.com/iPrakharV/Flutter-Weather_App.git
- Install Flutter packages:
flutter pub get
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.
- Flutter - The UI toolkit used
- OpenWeather API - Source of weather data
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
iPrakharV - @iprakharv
Project Link: Flutter Weather App