Weather app made in Flutter with clean architecture using BLoC and the open weather API.
- Current Location
- Sunrise and Sunsit Time
- Max and Min Tempreture
git clone https://github.com/hammadx02/weather_app.git
cd flutter-weather-app
flutter pub get
apiKey = 'YOUR_API_KEY';
flutter run