The Weather App is a mobile application that provides users with real-time weather updates based on their location or searched cities. It is built using Flutter to ensure cross-platform compatibility, and it fetches weather data from a reliable external API.
- Real-Time Weather Information: Get accurate, up-to-date weather information including temperature, humidity, wind speed, and weather conditions.
- City Search: Search for weather updates in any city worldwide.
- Current Location Weather: Automatically fetch weather updates based on the user's current location.
- User-Friendly Interface: A simple and intuitive UI designed for easy access to weather details.
- Dynamic Weather Icons: Icons change according to the weather conditions (sunny, rainy, cloudy, etc.).
-
Clone the repository:
git clone https://github.com/as4dmin/weather_app.git
-
Navigate to the project directory:
cd weather_app -
Install dependencies:
flutter pub get
-
Run the app:
flutter run
- Flutter SDK
- Android Studio or Visual Studio Code with Flutter and Dart plugins
- API key for the weather service (to be added in the code)
Contributions are welcome! If you would like to contribute to this project, feel free to fork the repository and submit a pull request.