Welcome to the HM Tutorials. In this video you will how to create a weather app in flutter from scratch. you will learn how to call restful API in flutter and show response on UI with real time updates. In this tutorial i will use open weather api to get weather update
Repo
https://github.com/HnMCODING/weather_app
Getx
https://pub.dev/packages/get
GetxStorage
https://pub.dev/packages/get_storage
Http
https://pub.dev/packages/http
Intl
https://pub.dev/packages/intl
Cached Network Image
https://pub.dev/packages/cached_netwo...
Weather Data Api
https://openweathermap.org/current
Api Key
https://home.openweathermap.org/api_keys
Dart to Json
https://javiercbk.github.io/json_to_d...
Weather Icon
https://openweathermap.org/weather-co...
▬ Contents of this video ▬▬▬▬▬▬▬▬▬▬
00:00 - Intro
00:07 - Project Setup
00:25 - Add Assets
01:01 - Add Dependencies
02:32 - Add Theme Settings
05:08 - Home Screen
06:46 - Run App
17:03 - Location Screen
22:12 - API Testing
22:26 - Json To Dart
23:13 - API Calling | http
27:03 - Get/Set Last Selected Location
28:43 - Set Values in UI | Getx State Management
36:33 - Change Location
40:40 - Search Location
If you find any video helpful please Like, Share and Subscribe! It helps me a lot! :)
#flutter_ui #weather_app #hm_tutorials #getx