I built a news app in Flutter with Riverpod

preview_player
Показать описание
📄 The best way to learn something is to do small projects. In this video, we will implement a very simple news app to learn Riverpod. We will get the news from the API and use Riverpod to update the state and show the news.

📁 Source Code

⚡ SUBSCRIBE HERE⚡

⏳ TIMESTAMPS :
00:00 Intro
00:12 Add Packages
00:22 Create Folders
00:31 Steps To Display The News
00:46 Make Request To The API
02:08 Parse JSON
02:42 Create News Provider
05:19 Display News
07:03 Search Field Implementation

🌐 Social Media

#flutter #fluttertutorial #flutterwidgets #fluttercourse #flutterinhindi #mobileappdevelopment #vscode #reactnative #flutterbloc #flutterstatemanagement #flutterriverpod #riverpodstatemanagement
Рекомендации по теме
Комментарии
Автор

Great video, simple and easy to learn, thank you

xoxoxoxo
Автор

Great video! Riverpod is just so easy to use, struggling to wrap my head around BLoC lol

juanmacias
Автор

To the point video 💕💕💕 a big fan of your videos kindly upload more like these videos 😻

ghulammurtaza
Автор

Thank for sharing your knowledge... Waiting for more quality video from you like this..

IngPedroAraujo
Автор

hi there thanks for your video about riverpod i really helpful but i think you need make some videos about riverpod and others riverpod product but on real case

like make some mini project include using api
-> login
-saving account
-> register
-> dashboard
- simple crud

bagusandrewijaya
Автор

Thank you very much! after some debugging (which I consider a qreat experience) i make it work!

Great tutorial, keep it comming as I can wait for more.

Also, do you have a prefference betweet Riverpod and BLoC?

ThePilli
Автор

Never construct a URI by string concatenation. You will almost certainly be forgetting proper escaping. Instead see how a Uri can be constructed from individual pieces in the basic constructor.

RandalLSchwartz
Автор

can you implement crud tutorial with riverpod like todo app with firebase?

forktrader
Автор

Can you do CART and fetching data from an app using just riverpod by creating repositories and methods such as add item remove item

codecret