Skip to content

henycave/weather

Repository files navigation

🌦️ Weather App

A Flutter application that displays real-time weather information based on your current location.


🚀 Features

  • 🌍 Get weather data based on your current location
  • ☀️ Current temperature, condition, and other details
  • 🌤️ Forecast for 7 days
  • 📍 Location-based weather fetching
  • ⭐️ Save favorite locations

🧰 Tech Stack

  • Flutter – Cross-platform app development
  • Dart – Programming language
  • Riverpod – Robust and testable state management
  • Geolocator – To fetch the device's current location
  • OpenWeatherMap API – For weather and geocoding data
  • Clean Architecture

📦 Installation

  1. Clone the repo:
    git clone https://github.com/henycave/weather.git
    cd weather
  2. Run project:
    flutter run
    

🧪 Testing

  1. Run all tests:
    flutter test

About

A weather app built with Flutter.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors