Flutter Provider: Introduction

  Рет қаралды 93,998

Andrea Bizzotto

Andrea Bizzotto

Күн бұрын

Пікірлер: 65
@muhammadyasser9929
@muhammadyasser9929 5 жыл бұрын
Thanks Andrea! Kindly complete this series to be a reference for everyone.
@CodeWithAndrea
@CodeWithAndrea 5 жыл бұрын
New videos will be added weekly ;)
@muhammadyasser9929
@muhammadyasser9929 5 жыл бұрын
@@CodeWithAndrea Awesome, you can also show some love for my comment (the first comment).
5 жыл бұрын
Thanks once more. It is a great update of your excelente course. Waiting for the next video.
@jaisalshah117
@jaisalshah117 4 жыл бұрын
Thank you for providing this great tutorial. Just one request, please provide some tutorials for MVVM Architecture. I will always be waiting for new videos on MVVM Architecture.
@thomasmabika7291
@thomasmabika7291 5 жыл бұрын
can you please do a series on architectures...mvp, mvvm etc.
@CodeWithAndrea
@CodeWithAndrea 5 жыл бұрын
Interesting - this has been requested twice in a day. I'll keep this in mind :)
@kirill4531
@kirill4531 5 жыл бұрын
@@CodeWithAndrea yes please. The real thing starts when you have couple of screens and each of them should have its own ViewModel. And often each view model has a user repository or data repository as a dependency. And you need to access them and handle their changes, also you should change UI correspondingly. P.S. thanks to Provider v.3 there are ProxyProvider and ChangeNotifierProxyProvider which do the nesting dependency. But we need a solid example of how it should be built nice and clean
@SergioArroyoSailing
@SergioArroyoSailing 4 жыл бұрын
nice entry to provider! thanks alot!
@SergioArroyoSailing
@SergioArroyoSailing 4 жыл бұрын
great tutorial! really good for us beginners ! towards the end you really did give us a glimpse of how high the mountain goes :)
@Abhishvek
@Abhishvek 4 жыл бұрын
Yeah! Its great! You should also check this video over Provider😁 kzbin.info/www/bejne/noO2pXSjoLmWgLs
@mwont
@mwont 3 жыл бұрын
Thanks for the course. Any chance for its update? Current provider is in version 5 now (3 in your vid), and some things have changed, such as it is no longer recommended to use `Provider.value`.
@insanegamer7252
@insanegamer7252 3 жыл бұрын
I watched a lot of videos this made me click! Good work
@mimo2202
@mimo2202 4 жыл бұрын
Hi what is the name of that program of widget tree visualization in 03:11? thank a lot
@kazimahfuzur7391
@kazimahfuzur7391 5 жыл бұрын
Thanks Waiting for the next video
@Sasuke-zv4ro
@Sasuke-zv4ro 4 жыл бұрын
Good explanation 👍
@odedzimerman8972
@odedzimerman8972 10 ай бұрын
Great tutorial ! It would have been event greater had you left a link to the source code so that I could play around with it. Thanks Andrea
@freeflutterresources9109
@freeflutterresources9109 5 жыл бұрын
Hope to get more videos on flutter on daily basis
@ramprasad179
@ramprasad179 3 жыл бұрын
Hey, It was a nice tutorial for understanding Flutter Provider Package. How to access the flavor state where will not have access to context, say in the network manager wrapper which decides the base URL based on the flavor we are running.
@AjmalJalalajmal
@AjmalJalalajmal 4 жыл бұрын
Hi Andrea, I am one of your students in Udemy as well. I completed the course there and now I am here based on your recommendation to checkout this flutter provider course on KZbin. I liked your videos and tutorials. Congratulations and please keep up the good work. I have a request though. I developed a Flutter mobile app with firebase as a backend service. It is a social media app that really needs realtime data flow. I used streambuilder but the problems is that I could not find a solution for pagination with streambuilders in flutter and this makes streambuilders very hard to use for pagination and realtime data flow at the same time. Do you mind making a video on pagination with streambuilders using firebase. It will help, not only me but, a bunch of other developers that are looking for a solution. thank you
@ankitgupta-iz3sc
@ankitgupta-iz3sc 5 жыл бұрын
Thanks !!!!!!!!!! waiting for next................
@prashantvani8416
@prashantvani8416 4 жыл бұрын
Can you make a video regarding, how to fetch data from restapi using provider pattern in flutter ?
@joseinTokyo
@joseinTokyo Жыл бұрын
this is gold
@sajadrahmdel2385
@sajadrahmdel2385 2 жыл бұрын
Is it up to date to the latest release of provider and flutter?
@LikeLuluLikeLulia
@LikeLuluLikeLulia 4 жыл бұрын
Hi, Andrea, I noticed in the official provider package ReadMe, it says DON'T use Provider.value to create your object, and I don't understand, is there update for your provider video? thank you!
@alvinvin00
@alvinvin00 5 жыл бұрын
just what i need, thank you
@izzy-cs6fu
@izzy-cs6fu 5 жыл бұрын
please can you do a video on code structures, design patterns, architectures etc.
@CodeWithAndrea
@CodeWithAndrea 5 жыл бұрын
That's an interesting request. That could be the content for an entire course. Have you looked for videos/courses on this topic? What's missing in your opinion?
@YasinIlhan61
@YasinIlhan61 5 жыл бұрын
Hi Andrea, it would be amazing series.. After Provider series do you have plan about Isolates series ?
@CodeWithAndrea
@CodeWithAndrea 5 жыл бұрын
Not planned at the moment. The Flutter team already published some great tutorials about isolates.
@benmarcus2577
@benmarcus2577 4 жыл бұрын
if we send a different context what would happen?? as in final flavor = Provader.of("SOME OTHER CONTEXT"); would we be looking in a different widget tree?? thanks so much
@TonTruong
@TonTruong 5 жыл бұрын
Thanks for share, really help me alot.
@oswaldoolea2889
@oswaldoolea2889 Жыл бұрын
for an intro it could have been a simpler provider, interesting although the flavors, thanks
@sadabwasim9850
@sadabwasim9850 5 жыл бұрын
Great 😊👍
@ShresthaSujal
@ShresthaSujal 5 жыл бұрын
Which VS code extension have you used for showing up the trees like lines for indentions and blocks of codes?
@CodeWithAndrea
@CodeWithAndrea 5 жыл бұрын
Try setting "dart.previewFlutterUiGuides": true in "settings.json".
@hardiklakhalani6268
@hardiklakhalani6268 3 жыл бұрын
well explained but example is not comprehensible for most of us state management noobs, We are watching this as probably the "second video" to get in State management, by that aspect this could have been little easier to understand. especially by changing from "flavor" thing example. Thanks anyway. I've seen your other videos, all helped a lot.
@euginium1539
@euginium1539 3 жыл бұрын
what on earth is flavors and why do we need 3 entry points? Newbie here please explain.
@dhruvkelawala960
@dhruvkelawala960 5 жыл бұрын
What is the VSCode theme that you are using?
@CodeWithAndrea
@CodeWithAndrea 5 жыл бұрын
Dhruv Kelawala it’s called Dracula
@chat-24
@chat-24 3 жыл бұрын
the provider itself is complicated for beginners like me and adding flavor makes it even complex, the flavor thing can be skipped for sake of simplicity
@aayasir217
@aayasir217 10 ай бұрын
Can I learn it now? Or provider is updated ?
@ISOLATED_MAN_
@ISOLATED_MAN_ 7 ай бұрын
dude same doubt
@aayasir217
@aayasir217 7 ай бұрын
@@ISOLATED_MAN_ Learn from an updated source. I have learned it.
@ISOLATED_MAN_
@ISOLATED_MAN_ 7 ай бұрын
@@aayasir217 thx bro..
@easazade
@easazade 4 жыл бұрын
can you share the theme you use for vscode?
@CodeWithAndrea
@CodeWithAndrea 4 жыл бұрын
It's called Dracula
@kelvintechlab
@kelvintechlab 4 жыл бұрын
Can i use this method to sign in different users to different home screen ? example you could login as an admin or user, both have different home screens how can i solve this issue with flutter. and how do i let the user stay logged in to a particular home screen. please can anyone help me.
@fredrichgaming9193
@fredrichgaming9193 4 жыл бұрын
thank you for video, but if anyone want to use no Flavor, what about that?
@CodeWithAndrea
@CodeWithAndrea 4 жыл бұрын
Then don’t use it :) This was just an example showing how to provide value in the widget tree.
@bascelik91
@bascelik91 4 жыл бұрын
What is the VS COde theme?
@anujbarve
@anujbarve 4 жыл бұрын
The theme is Dracula
@WorstDeveloper
@WorstDeveloper 5 жыл бұрын
What if you need 50 different providers? Do you need 50 widgets in the root?
@CodeWithAndrea
@CodeWithAndrea 5 жыл бұрын
Provided that you’re happy to have them accessible by all widgets, yes you can put them inside a MultiProvider.
@WorstDeveloper
@WorstDeveloper 5 жыл бұрын
@@CodeWithAndrea okey, thanks. I'm looking for something like Vuex (state manager for Vue). Where you have a single globally accessible store that holds the state and the methods used to mutate the state. Whenever the state is mutated, all subscribers to it gets the updated state. I would like to not subscribe to the state inside of the widget tree, because that seems like a pretty bad design choice to me. It couples data with UI too hard. Sometimes you need to do computations on the data first before triggering a re-render. I've heard about redux, but it still seems like you have to subscribe to state changes with widgets. Got any ideas?
@ghulammurtaza7959
@ghulammurtaza7959 2 жыл бұрын
Hi, your Udemy courses are amazing I have just seen demos. I have a request to you I am a student and I can't afford to buy courses in this case I need your help please 🙏l
@fridy-bgmi
@fridy-bgmi 4 жыл бұрын
🔥
@Adaministrator
@Adaministrator 4 жыл бұрын
seeing on the v4+ Provider release pages now: "DON'T use Provider.value to create your object. ChangeNotifierProvider.value( value: MyModel(), child: ... )"
@marufhassan634
@marufhassan634 3 жыл бұрын
@Adam Rudd If I am trying to use ChangeNotifierProvider in place of Provider.value in v4.+, I am getting an error which says 'Flavor' doesn't extend ChangeNotifier' ChangeNotifierProvider.value( value: Flavor.dev, child: MyApp(), ),
@zuherabud744
@zuherabud744 4 жыл бұрын
i came here to know about provider i thought flavor is some type of example you used for a recipe app or food app only to find out that its a concept in flutter you didnt explain why we need to use provider in the first place is it soo important is it a good alternative or its a must to know widget these kind of stuff please.................... dont just start making projects without telling us why .......you know your stuff but you can do better wit explaining
@sandwichtube
@sandwichtube 3 жыл бұрын
So why do you take something simple and use a difficult example?
@danchatka8613
@danchatka8613 4 жыл бұрын
May I suggest removing all the boiler plate comments from the files you use in your tutorial? Those comments are not related to your tutorial. The comments cause you to waste time to scrolling around the file. The comments interfere with letting the viewer see the important code you add.
@hamza2tq
@hamza2tq 3 жыл бұрын
This should've been a provider specific tutorial, there was no need to implement flavors or complicate it by creating multiple main.dart files.
Flutter Provider: The Essential Guide
17:12
Andrea Bizzotto
Рет қаралды 69 М.
Flutter Provider Package In Depth - Change Notifier Provider
49:53
The evil clown plays a prank on the angel
00:39
超人夫妇
Рет қаралды 42 МЛН
路飞做的坏事被拆穿了 #路飞#海贼王
00:41
路飞与唐舞桐
Рет қаралды 25 МЛН
Vim As Your Editor - Introduction
12:24
ThePrimeagen
Рет қаралды 999 М.
#Google Flutter - MVVM in Flutter using Providers.
34:34
Mobile Programmer
Рет қаралды 58 М.
Flutter Provider EASY Tutorial
9:43
Flutter Mapp
Рет қаралды 60 М.
Top 30 Flutter Tips and Tricks
6:50
Flutter Mapp
Рет қаралды 574 М.
It’s time to move on from Agile Software Development (It's not working)
11:07
Flutter Provider Simply Explained
9:08
Learn App Code
Рет қаралды 92 М.
Complex Animations in Flutter using Rive | Flare
15:44
FilledStacks
Рет қаралды 226 М.
Provider 📱 Simple State Management • Flutter Tutorial
5:48
This feature of Huawei is really useful. It is 100% original
0:11
TECH CRAZY CRANE
Рет қаралды 10 МЛН
Секрет Моего ПК
1:00
George
Рет қаралды 687 М.