Тёмный
No video :(

Flutter State Management - Using Provider to read JSON data 

Johan Jurrius
Подписаться 10 тыс.
Просмотров 17 тыс.
50% 1

In this video we us the provider package to do state management for an app that reads data from an online JSON file.
Watch the whole playlist for my Flutter course here: • Flutter Course .
You can find my Dart playlist here:
• Dart Basics and a bit ...

Опубликовано:

 

5 июн 2021

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 49   
@zribiali6733
@zribiali6733 2 года назад
no one explains the way this guy does,, all the other videos are just hurried 💗
@xpwahab1
@xpwahab1 3 года назад
I can't find any other channels explaining the way you do. This is premium content right here. After watching all of your Dart basics and flutter videos, right now, When you were coding i already knew what to write before you even wrote it! Thank you !!
@iamtafara
@iamtafara 2 года назад
exactly,, no one explains the way this guy does,, all the other videos are just hurried
@meek6836
@meek6836 Год назад
Hey, I'm the guy who commented this comment. Just want to say Thank you. Because of you I'm now a succesful freelancer and i earn some that helps me alot. I watched your dart, flutter and provider course which help me alot. I still have alot to go but you're one of the reasons of my success.
@georgesamuel2343
@georgesamuel2343 Год назад
what is one of the ''image'' keyword is null.
@georgesamuel2343
@georgesamuel2343 Год назад
@@meek6836 what is one of the ''image'' keyword is null.
@georgesamuel2343
@georgesamuel2343 Год назад
@@meek6836 i meant what if one of the key words is null
@akshatagarwal4937
@akshatagarwal4937 2 года назад
Hands down the best implementation...at first i was afraid of the 50mins video but it was worth the time
@ronholloway2108
@ronholloway2108 Год назад
I've watched a dozen Flutter provider videos and none come close to your understandable and concise presentation. You have a gift to teach. Thank you fellow South African.
@JohanJurrius
@JohanJurrius Год назад
You're very welcome!
@techwithjesus8263
@techwithjesus8263 Год назад
You are a born Lecturer! Highly recommended
@saleheen12
@saleheen12 3 года назад
Awesome sound and tutorial quality. Subbed.... Also, thank you very much for not using any music in your videos.
@Machiuka
@Machiuka 2 года назад
The best tutorial ever on this important topic. Thank you for sharing ! It spares me of a lot of trouble that I had dealing with stateful widgets (a nightmare for me).
@omerfarukozturk9720
@omerfarukozturk9720 2 года назад
amazingly brilliant video thanks
@zorab0011
@zorab0011 Год назад
Hi Johan, I was looking for a tutorial on BLOC state management on RU-vid, but it was disappointing because no one has the same pace and teaching quality as you. If you could do a series on it, that would be really appreciated.
@calcadoonline2996
@calcadoonline2996 3 года назад
my fellow south african flutter dev👍👍
@jayt6745
@jayt6745 3 года назад
Nice video man👍 Actually I learnt Provider from your videos. Amazing!
@mohammedhasan3322
@mohammedhasan3322 2 года назад
really nice course and amazing work, thanx johan ❤️
@fazlerabbi7651
@fazlerabbi7651 3 года назад
nice descriptions overall. thanks
@AndyIvan74
@AndyIvan74 2 года назад
This was awesome. Thank you.
@audayal_rekiby105
@audayal_rekiby105 2 года назад
awesome lesson 👏
@siddhantsaraf1218
@siddhantsaraf1218 3 года назад
nice and clear explanation....
@najinaji9878
@najinaji9878 2 года назад
Amazing!! thank you a lot
@nikhilkukreja8498
@nikhilkukreja8498 3 года назад
Thank you Johan :)
@metaversoconshenderramos3296
@metaversoconshenderramos3296 2 года назад
great video keep the good work
@rendiarya4983
@rendiarya4983 2 года назад
thank you so much.. please make more flutter tutorial.
@situsitu4705
@situsitu4705 2 года назад
good job sir
@tarikulislamtuhin5544
@tarikulislamtuhin5544 2 года назад
Awesome video. Could you explain how can we get realtime update on UI based on changes in server using stream builder in this provider code?
@chiefnoodle
@chiefnoodle 2 года назад
Fantastic. Thank you for this eye opener. PS is the source available on github?
@fabriciofabricio7107
@fabriciofabricio7107 Год назад
Great video, your way of explaining is very good, it'll really help me. Could you share the source code of this example, please?
@thepaulbig
@thepaulbig 2 года назад
It is correct to call fetchData in the build method? As far as I know build method can be called multiple times from the framework and I don't want to fetch data more times than I need. Very clearly explaination by the way, thanks for this video!
@subrotobasak
@subrotobasak 2 года назад
Thank you so much for the great Tutorial. If you send the code will be very helpful :)
@chengsam8502
@chengsam8502 3 года назад
Hi, nice video with rich content. Will you make a tutorial with multiprovider?
@JohanJurrius
@JohanJurrius 3 года назад
Will be uploaded today
@nott__aceu4857
@nott__aceu4857 3 года назад
can I know why you placed this file inside a model folder but not in the network service folder, Usually I put my models with from JSON to dart converters and place them on the models and then when I want to fetch the data and map it to my model I create a folder in-network service and code the fetchdata method am I doing it wrong?
@JohanJurrius
@JohanJurrius 3 года назад
Hi, you are right. This video was more on how to read JSON than structure. Please check out my SQLite TODO app for bit more structure. I believe I did it the way you mentioned here. Thanks for the comment.
@nott__aceu4857
@nott__aceu4857 3 года назад
Ok got it!
@nott__aceu4857
@nott__aceu4857 3 года назад
​@@JohanJurrius ​ I went through some of your dart course videos just now and they are amazing. thank you!
@saleheen12
@saleheen12 3 года назад
Can we please have the code uploaded in github or some other place? Cause, sometimes, all we need is to go through the code and not the entire video.
@jimaustin3608
@jimaustin3608 2 года назад
Provider syntax is a little ‘opaque’ to me: - create: (context) => NewData() must mean instantiate an anonymous object (function?) from class NewData - value (in Consumer builder) then seems to refer to that anonymous object. Sound right ... if not what am I missing?
@JohanJurrius
@JohanJurrius 2 года назад
Yes, creating an object of the class once and providing the fields and functions in that class throughout your app.
@02565120
@02565120 2 года назад
What if we have lot of screen and lot of provider classes How do we release the object holding memory from a provider class sir ?
@pravinpund7523
@pravinpund7523 3 года назад
Hi! Nice video. But in real api call some sites require cookies, headers and some cookies with expiry time. How can we save cookies and send with api call also how to deal with cookies that expires and needs to be updated with api call after some time.
@JohanJurrius
@JohanJurrius 3 года назад
Hi, take a look at this: stackoverflow.com/questions/52241089/how-do-i-make-an-http-request-using-cookies-on-flutter
@pravinpund7523
@pravinpund7523 3 года назад
@@JohanJurrius thanks I will check if it works
@mohammadsoleymani5781
@mohammadsoleymani5781 3 года назад
in the next part.... you learning bloc ?
@JohanJurrius
@JohanJurrius 3 года назад
Just sticking to Provider for now
@MrVipulLal
@MrVipulLal Год назад
Slow moving video. Keeps repeating self and that too what is bloody obvious! Font size is also tiny
Далее
Flutter State Management - Routes and Provider
34:23
Просмотров 10 тыс.
Schoolboy - Часть 2
00:12
Просмотров 3,1 млн
Flutter Navigation - Routes in Flutter
44:53
Просмотров 10 тыс.
Build Your App With Flutter - EASY Tutorial
2:15:50
Просмотров 44 тыс.
API Call using Provider | Flutter State Management
11:26
Crust of Rust: async/await
2:34:01
Просмотров 187 тыс.
Flutter Tutorial For Beginners in 3 Hours
3:15:32
Просмотров 597 тыс.
Flutter Engage
3:58:21
Просмотров 1,7 млн