Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 1.08 KB

File metadata and controls

53 lines (34 loc) · 1.08 KB

Flutter Weather App

Flutter Weather App Screenshot

A Flutter weather app that uses your device location to show current weather conditions.

✨ Features

  • Current weather conditions
  • Weather forecast
  • Location-based weather data
  • Beautiful and intuitive UI

Setup

  1. Get a Weather API Key

    • Sign up at WeatherAPI.com

    • Get your free API key

    • Copy .env.example to .env and add your API key:

      WEATHER_API_KEY="YOUR_API_KEY"
  2. Install Dependencies

    flutter pub get
  3. Run the App

    flutter run

🌤️ API Used

This app uses WeatherAPI.com for weather data. The free tier includes:

  • 1 million calls per month
  • Current weather conditions
  • No credit card required

📄 License

This project is licensed under the MIT License - see the LICENSE file for details.

If you find this project helpful, please give it a ⭐️ star!