A simple weather app built with Flutter that fetches current weather information using the OpenWeatherMap API.
- Display current weather information for a specific city (Ex: Colombo).
- Show the location name, date, time, weather icon, temperature, and additional details.
- Flutter installed on your machine
- OpenWeatherMap API key
-
Install dependencies:
flutter pub get
-
Run App
flutter run