This Flutter project is a simple weather app that displays current weather information for a specific city. It utilizes the OpenWeather API to fetch real-time weather data.
- lib/const.dart: Contains constants, including the OpenWeather API key.
- lib/home_page.dart: Defines the main
HomePage
widget, responsible for displaying weather information. - lib/main.dart: The entry point of the Flutter app.
- flutter/material.dart: Flutter's material design widgets.
- intl: Internationalization and localization support.
- weather: A Flutter package to interact with the OpenWeather API.
- Displays current weather information for a predefined city (Delhi in this case).
- Shows location, date, time, weather icon, temperature, and additional weather details.
- Uses a clean and responsive user interface.
Feel free to customize this project by changing the city, modifying UI elements, or adding more features according to your preferences.
- Karthikeyan Sushimon
- karthikeyan.kakkuchira2023@vitstudent.ac.in