This app was created with Flutter and OpenWeatherMap API.
Tools used in Flutter:
- Bloc
- Freezed
- Dio
- Get_it
- Injectable
Add your OpenWeatherMap API KEY to lib/utils/api_key.dart
const apiKey = 'YOUR_API_KEY';
- Weather based on device location or user input
- Displaying current weather
- Displaying weather forecast for next few days