A Flutter Weather App using GetX and Geolocator. The app uses a weather API to fetch real-time weather data.
The app will run on your preferred platform (iOS, Android).
- Fetch real-time weather data using a weather API.
- Utilize the GetX package for state management.
- Retrieve the device's current location using the Geolocator package.
- Display the weather data, including temperature, humidity, wind speed, and more.
- Flutter
- GetX
- Geolocator
- REST API
Feel free to submit pull requests, improve documentation, or suggest new features.
OpenWeatherMap (for providing the weather API)