My Complete Dart Course is now live on Udemy! Go get it while it's hot! Oh, and as a gift to my community, here's a limited-time coupon (LETSGETWCKD) helping you get it with as little as 9.99$. It's a steal for the amount of work I put in. www.udemy.com/course/dart-from-novice-to-expert/?referralCode=EC9CB6CC14FFA62C901B
underrated channel that deservers more audience!, you should host one flutter video for freecodecamp and you would get the recognition you trully deserver, for the videos you make you should easily have more
You are an amazing teacher - your work is really appreciated - sorry I am broke right now, but one day when I make money I will for sure try and support you somehow - :)
Thank you so much. Visual representation is just out of this world! I just can roughly imagine how much effort and time it took to make such a beautiful series! You are the best ☀️
Hi, when you talk about to convert a List into a Map, in overlay you wrote: [12, 13, 14] => {1:12, 2:13, 3:14}, is it correct or the right key value would be: {0:12, 1:13, 2:14} ?
When you checked if the Tuple was of type Tuple, could we use assert instead of an if statement? And if we can, what is your reasoning for not doing so? I think the code could be simplified that way right?
Assert only works and triggers if used in development testing (aka running the app in debug mode). Into production mode, all aserts are deleted from the code and since the condition is really important, that's why I'm using the if statement instead.
this is the most confusing episode, i have watched 3 times and I still don't get. I have just been thinking of if it would be necessary in flutter, I can't think of one. I hope not; this is just too confusing
My Complete Dart Course is now live on Udemy! Go get it while it's hot!
Oh, and as a gift to my community, here's a limited-time coupon (LETSGETWCKD) helping you get it with as little as 9.99$.
It's a steal for the amount of work I put in.
www.udemy.com/course/dart-from-novice-to-expert/?referralCode=EC9CB6CC14FFA62C901B
cant wait to watch these awesome videos, the best thing that happen this week is that I found your channel, subbed and notified!:)))
underrated channel that deservers more audience!, you should host one flutter video for freecodecamp and you would get the recognition you trully deserver, for the videos you make you should easily have more
Thank you so much for your recommendation! ✨
Agreed! Great tutorials!
if(this is Tuple) why do we need to create a new variable thisAsTuple num and then return ?in line 16 time 14:11
Amazing tutorial as always! Thank you for the hard work and for providing us with such valuable knowledge ❤️
New animations is awesome 👍🏻
I am glad at least someone gave me a feedback on them, highly appreciated!
You are an amazing teacher - your work is really appreciated - sorry I am broke right now, but one day when I make money I will for sure try and support you somehow - :)
21:38 Very important. Bookmarked.
Thank you so much. Visual representation is just out of this world! I just can roughly imagine how much effort and time it took to make such a beautiful series! You are the best ☀️
Nice animations and transitions!
Damn good content 👏.... Love from India.
Thank you, brother, cheers! ✨
Hi, when you talk about to convert a List into a Map, in overlay you wrote: [12, 13, 14] => {1:12, 2:13, 3:14}, is it correct or the right key value would be: {0:12, 1:13, 2:14} ?
Finally, someone explains generics in plain english and in terms that are easily understood. Thank you!
Nice explanation!
Many many thanks sir for another great tutorial.
Thank you so much, Ruhul! I really appreciate every comment
🥂🥂🥂 another great Dart video ! May your cooling system be as bullet proof as your tutos :)
Haha, thank you so much, it's struggling really hard as I'm doing every tutorial on a low-end laptop 😔 but hey, maybe the future will be brighter 🔆
Special thanks, I understood generics perfectly
Generics you mean
@@learneverything5946
Yes, it was typo
When you checked if the Tuple was of type Tuple, could we use assert instead of an if statement? And if we can, what is your reasoning for not doing so? I think the code could be simplified that way right?
Assert only works and triggers if used in development testing (aka running the app in debug mode). Into production mode, all aserts are deleted from the code and since the condition is really important, that's why I'm using the if statement instead.
@@Flutterly Understood. Thanks a lot.
THanks
really nice!!!!!
now how do you use generic with inheritance ?
Hi @Flutterly I see there are no new content recently. Are you still active?
Why have you stopped uploading videos man?
please teach us in easy way
this is the most confusing episode, i have watched 3 times and I still don't get. I have just been thinking of if it would be necessary in flutter, I can't think of one. I hope not; this is just too confusing
difficult teacher