A Flutter application which gives you the current weather status in the respective location chosen.
- Flutter
- Dart
- Get an OpenWeatherMap API key from here.
- flutter pub get
- replace the app-id here with your api key
http://api.openweathermap.org/data/2.5/weather?q=$value&units=metric&appid=your-app-id'
- Modifying the User Interface
- Implementing Animations
- Adding more features
- Get this application from releases.