7 Ways Contribute to Flutter
5:29
3 жыл бұрын
What is Fuchsia with Flutter Future?
5:00
Adobe XD to Flutter V2 better?
6:32
3 жыл бұрын
3 Flutter 2.0 Underrated Updates
7:42
Testing 2 Devices in VSCode Possible?
11:02
Flutter Animation that Hovers?
12:29
3 жыл бұрын
How to Create Great Flutter Talks
6:37
Add Links in Flutter Web Possible?
9:29
Flutter setState EXPOSED
7:12
3 жыл бұрын
3 Disruptive Flutter 2.0 Updates
7:05
How to Use New Material Buttons
14:55
Next Flutter Navigation Package?
12:31
Пікірлер
@TOZXi
@TOZXi 2 күн бұрын
Great job! Now what if the screen device has changed we will have different screen sizes which means the placement of these SVGs will not be correct. How could I fix it?
@syedhaidar6291
@syedhaidar6291 2 күн бұрын
your video is really understandable, love it! new subscriber for you
@designexperience
@designexperience 10 күн бұрын
Thanks 🙏
@Akua-hx3rb
@Akua-hx3rb 17 күн бұрын
(For those who wonder where is the video that it is about Consumer check: *How to Reduce Jankiness in your Flutter App* )
@Akua-hx3rb
@Akua-hx3rb 17 күн бұрын
What happened to your webbsite? I can't reach. Do you have Udemy?
@Akua-hx3rb
@Akua-hx3rb 17 күн бұрын
Another question what if you have wrote set switchColor() is it better than calling void?
@Akua-hx3rb
@Akua-hx3rb 17 күн бұрын
I have a question here: What is the right way to call notifyListeners()? I use to add notifyListerners() at the end but I have seen some write like middle of the code. What if I call notifyListeners() twice?
@Akua-hx3rb
@Akua-hx3rb 17 күн бұрын
".. not the money you build the app" oh :( lol
@Akua-hx3rb
@Akua-hx3rb 17 күн бұрын
I have problem with my Flutter project. So I have ScreenA and Screen B. When I insert an object it detect and navigates to Screen B but I see in compiler that ScreenA hasnt "destroied"/dispose. It looks like it still talking with provider and calling some methods. I have tried to set listen:false but it doesnt work. I think I need to so something with life--cyckle methods? like didUpdateWidget or didChangeDependencies().
@Akua-hx3rb
@Akua-hx3rb 17 күн бұрын
What is Teeeee and What is aRR - hahaha I love it :) Very pedagogic video.
@kenmaths8758
@kenmaths8758 Ай бұрын
Thanks for this tutorial, helped me a lot, cheers
@Blues_unicat
@Blues_unicat Ай бұрын
This scale factor like text scaling should be called Adaptive not Responsive.
@Henry-kc7uc
@Henry-kc7uc Ай бұрын
wow so interesting
@user-kf3cw5py5y
@user-kf3cw5py5y 2 ай бұрын
sir amzing
@mathstific
@mathstific 2 ай бұрын
this is very useful and nobody ever explained me like this. this lesson is very clear to me. hopefully 5-year-old kid may understand this even though he does not know what flutter is 😅
@Younex
@Younex 2 ай бұрын
Thank you
@neocoretec
@neocoretec 2 ай бұрын
Perfect!
@essli9430
@essli9430 2 ай бұрын
Bro you have a such great personality and your explanation is on the point and made the things so easy to be absorbed thanks bro
@santtiagogp
@santtiagogp 2 ай бұрын
Very useful, thanks a lot!
@RLstavista
@RLstavista 3 ай бұрын
I still need more brain cells to understand this... though I can tell the explanation is still quite good
@RLstavista
@RLstavista 3 ай бұрын
These are really great for dummies explanations with pictures haha. Good stuff!
@MohitKumar-xz7iz
@MohitKumar-xz7iz 4 ай бұрын
Bro which font are u using
@Vasudevan.Gnanasekaran
@Vasudevan.Gnanasekaran 4 ай бұрын
Nice video
@modarct
@modarct 4 ай бұрын
Brother waKe up it's been a 2 years nap what the..! Hopefully you're doing well.
@abdulashif6368
@abdulashif6368 4 ай бұрын
heyy can i get any player to play youtube videos using url in website i have tried but not loading
@iamvalenci4
@iamvalenci4 4 ай бұрын
W video
@user-jy9ey9iu3q
@user-jy9ey9iu3q 4 ай бұрын
thx
@xzatech
@xzatech 5 ай бұрын
void main() async { sayHelloAfter3Seconds(); await Future.delayed(Duration(seconds:3)); sayHelloAfter3Seconds(); } void sayHelloAfter3Seconds() async { print('Start'); await Future.delayed(Duration(seconds:3)); print('Hello'); }
@maxchu92
@maxchu92 5 ай бұрын
how about context.read or context.watch?
@echofloripa
@echofloripa 5 ай бұрын
Could also add some random factor to the amount of the value going up and down.
@user-ou7hd1zi2i
@user-ou7hd1zi2i 5 ай бұрын
Bro.... Thanks so much. I've watched all these videos where they make provider look like some untamable monster. And no matter how many times I memorized and wrote the code in different styles, I still couldn't figure out what the heck was going on. But now I do and it's so simple!🔥🔥🔥🔥🔥
@Burak-cr6um
@Burak-cr6um 6 ай бұрын
Thank you, it helped a lot, you make things very simple to understand.
@SubodhKumar-gr3yx
@SubodhKumar-gr3yx 6 ай бұрын
How to draw route with multiple location
@evanl5299
@evanl5299 6 ай бұрын
Thanks for making this! My problem was putting my host URL instead of the @. Thanks!!
@FromRootsToRadicals_INTP
@FromRootsToRadicals_INTP 6 ай бұрын
Im a gull stack senior lead. I only say this “stupid titles” to show the time injave put in. Mvc, c#, javascript, jquery bash and python. Now im wanting to get into mobile but not sure about native. Is this good for that or just good for starter and would cause more problems? Thanks.
@mohammedridazilat4114
@mohammedridazilat4114 6 ай бұрын
Great video thx a lot, I just have one question, in flutter TV app is there a function that play the role of MouseRegion like when the navigation Rail is focused then it will be extended and vice versa?
@kanishthasahu4447
@kanishthasahu4447 6 ай бұрын
great tutorial
@anshikaguleria8794
@anshikaguleria8794 7 ай бұрын
OMG! thanks this helped me a lot cause I have going through so many materials but just couldn't understand what was going on
@tanvirislamrobin2874
@tanvirislamrobin2874 7 ай бұрын
Thanks! Clear explanation!
@bluetown6462
@bluetown6462 7 ай бұрын
Hello. I have a few questions, I hope you can answer. 1. Is ABA only apply to Singaporean students/citizens? 2. For NTU, it says that "Submission of English Proficiency Tests are only compulsory for applicants who do not take up English language in Junior and Senior High School or taken English language only as a 2nd language." Does that mean if my school teaches everything in English, those tests scores are not manditory? And how do I let them know that since there is no question regarding to it? Thank you!
@ဖို့
@ဖို့ 8 ай бұрын
i'm 3 years old can i still watch this?
@maxxxtermind
@maxxxtermind 8 ай бұрын
Oh my god, finally a tutorial for my cognitive abilities. Thank you ❤
@BrunoMotadeOliveira
@BrunoMotadeOliveira 8 ай бұрын
Thanks for this great explanation! I learned a lot!
@vpr.void.
@vpr.void. 8 ай бұрын
Guys, this is BAD for RESPONSIVE UI.
@abhisheksah
@abhisheksah 9 ай бұрын
Brilliant Video !
@MrWaesh
@MrWaesh 10 ай бұрын
How are you getting the tree view in vscode?
@husnulaqib5303
@husnulaqib5303 10 ай бұрын
thanks
@pradeepg4498
@pradeepg4498 10 ай бұрын
How to clear browser history
@Jack_Ranold
@Jack_Ranold 10 ай бұрын
I don't get why we are using routes instead of a scaffold
@ahmedberwari9847
@ahmedberwari9847 10 ай бұрын
This was very well explained! Thanks