Skip to content

KarthikeyanKS00747/WeatherApp

Repository files navigation

Weather App Flutter Project

Introduction

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. Weather App

Project Structure

  • 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.

Dependencies

  • flutter/material.dart: Flutter's material design widgets.
  • intl: Internationalization and localization support.
  • weather: A Flutter package to interact with the OpenWeather API.

Features

  • 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.

Usage

Feel free to customize this project by changing the city, modifying UI elements, or adding more features according to your preferences.

Contributors

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published