This is a Flutter app that checks the weather for a specific location.
Clone this repository to your local machine. Install the required Flutter packages:
flutter pub get
Run the app:
flutter run
Open the app. The weather data includes the following:
- The current temperature
- The high and low temperatures for the day
- The weather condition
- The humidity
- The wind speed
- etc.