Developed using Flutter, Dart and OpenWeather API.
- Extensive UI
- Weather Information Displayed according to User's location.
- Temperature and it's corresponding icon is displayed.
- google_fonts: To access all fonts provided by googlefonts
- http: To make individual HTTP requests
- Flutter v2.11.1 SDK
- Dart 2.12.2
- Editor (VS Code or Android Studio)
All dart scripts are located inside the lib folder.
To run this app on a virtual machine (mobile emulator), your android device or your web browser, just clone the project, open your terminal inside that folder and use this command:
flutter run
Enable USB Debugging if you're using an Android device