The Weather App is a simple and user-friendly mobile application built using Flutter that provides current weather information based on location. The app utilizes the "weatherapi.com" API to fetch accurate and up-to-date weather data.
- Real-time weather temperature..
- Location-based weather data retrieval for accurate local conditions.
- Intuitive and clean user interface designed for easy navigation.
- Powered by WeatherAPI.com
Follow these steps to install and run the Weather App:
-
Clone the repository:
git clone https://github.com/Mohamed-code-13/weather_app_flutter.git
-
Navigate to the project directory:
cd weather_app_flutter
-
Install dependencies:
flutter pub get
-
Run the app:
flutter run
-
Sign up on weatherapi.com to obtain an API key.
-
Replace
YOUR_API_KEY
with your actual API key inlib/services/weather_service.dart