Simple weather app written in Flutter(Dart)
Main functionalities are:
- Today's weather
- Whole week's weather
- Switching between Kelvin and Celsius
You can download prebuilt binaries from https://drive.google.com/drive/folders/1iH_DegmSjwM_4G_Eq2n3IMNeM6Vs-45d?usp=share_link
Thanks to this project I learned how to fetch localization from OS
and also practiced working with APIs
- Weather API from https://openweathermap.org/api/one-call-3
- Weather icons from https://openweathermap.org/weather-conditions#Icon-list
- geolocator library for dart https://pub.dev/packages/geolocator
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.