/weather_app

Primary LanguageC++MIT LicenseMIT

Flutter Weather App

A simple weather app built with Flutter that fetches current weather information using the OpenWeatherMap API.

Features

  • Display current weather information for a specific city (Ex: Colombo).
  • Show the location name, date, time, weather icon, temperature, and additional details.

Preview

Watch the GIF

Getting Started

Prerequisites

  • Flutter installed on your machine
  • OpenWeatherMap API key

Installation

  1. Install dependencies:

    flutter pub get
  2. Run App

    flutter run

flutter logo dart logo