How to build a Weather App Using Weather API

Опубликовано: 09 Ноябрь 2024
на канале: How To Flutter
2,219
82

Weather Api link: https://www.weatherapi.com/
Lottie website: https://lottiefiles.com/
Lottie Package: https://pub.dev/packages/lottie
Http Package: https://pub.dev/packages/http
Source code: https://github.com/How-To-Flutter/Wea...

00:20 Choosing the API
01:07 Starting code
01:28 API Request
09:09 Adding a Loading Page
10:26 Starting to fetch data from API and coding some functions
21:47 Coding Widgets
48:41 Display the widgets in Screen
55:48 Final result