A Flutter weather app that uses your device location to show current weather conditions.
- Current weather conditions
- Weather forecast
- Location-based weather data
- Beautiful and intuitive UI
-
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"
-
-
Install Dependencies
flutter pub get
-
Run the App
flutter run
This app uses WeatherAPI.com for weather data. The free tier includes:
- 1 million calls per month
- Current weather conditions
- No credit card required
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!