WeatherApp is a Flutter weather application.
It displays weather information for San Francisco for the next few days.
It uses data from MetaWeather REST API .
It supports:
- Both portrait and landscape mode
- Changing temperature's unit (°C/°F)
This project uses code generation tools.
Before building the project:
Run the below command in the terminal to generate necessary files:
flutter pub run build_runner build --delete-conflicting-outputs