Amazing video! Mr. Vanddd's explanation of Dart Generics was spot on. I've been avoiding this topic for a while, but his clear and concise teaching made it understandable. Definitely recommend this video to anyone struggling with Generics!
Thank you for this amazing tutorial on Generics in Dart! Your examples were easy to understand and follow along with. I appreciate how you broke down the concepts into simple terms and provided clear explanations. Keep up the great work! 🙌
in eg 9 toInt is a built in function so in cases of just int and double,built in one is being called,to call our method wrap it like this ToInt(1).toInt ,also remove brackets from [this as int] in the extension for it to work properly on non iterable values
I was scared to click and watch the video 😅. But after watching a bit of it, I’m really glad that I took that decision, this is the second time you amaze me after watching your great BLoC course. Thanks for your great efforts 🙏.
Hi man. I would like know if you will teach about advanced topics like Asynchronous Programing, Stream, Isolates, Zones e etc. These topics are very complicated and i have too difficult. Thanks from Brazil.
Thank you very much for this wonderful course! I have one question why when I point to (Person p) => p.age the type personName is Object personName and not int personName?)
Is it possible to use a generic to create a new instance of that generic? Let's say I have a User class that I pass as a generic to a method. Can I in that method create an instance of User without knowing it is the User class? Like: myMethod(dynamic data) => T(data). And then: myMethod(data). I know the way I wrote it is not possible, but is there another way?
I’m preparing for sleep and watching your last video about extensions, and now get notification about new video 😂 Thanks for every video 🙏
Haha, sleep well and you can continue tomorrow 😊
Amazing video! Mr. Vanddd's explanation of Dart Generics was spot on. I've been avoiding this topic for a while, but his clear and concise teaching made it understandable. Definitely recommend this video to anyone struggling with Generics!
One of the best turorial performance and well thought of.
Milltion thanks Vandad.
Thanks for all !
Thank you!
This is the best explanation of Generics in Dart I've found so far.
Good to hear. Thank you 😊
Thank you so much for this playlist on dart, this has helped me a lot. Are you working on anything interesting for the channel?
Thank you very much for your support. I am not currently working on anything new for the channel.
Finally Generics. Thanks brother.
You bet! 😊
Thank you for this amazing tutorial on Generics in Dart! Your examples were easy to understand and follow along with. I appreciate how you broke down the concepts into simple terms and provided clear explanations. Keep up the great work! 🙌
Thanks for the fantastic course! Helped me a lot.
Thank U too much , this video is very helpful and direct to the point
Thank you so much for these series 🙏
You’re very welcome 😉
Amazing !
in eg 9 toInt is a built in function so in cases of just int and double,built in one is being called,to call our method wrap it like this ToInt(1).toInt ,also remove brackets from [this as int] in the extension for it to work properly on non iterable values
I was scared to click and watch the video 😅. But after watching a bit of it, I’m really glad that I took that decision, this is the second time you amaze me after watching your great BLoC course.
Thanks for your great efforts 🙏.
Great job and I'm glad you gave generics a chance 🤗
00:43:08 Could you explain in detail how Generic Sorting work with Comparable, please?
Hi man. I would like know if you will teach about advanced topics like Asynchronous Programing, Stream, Isolates, Zones e etc. These topics are very complicated and i have too difficult.
Thanks from Brazil.
Yes, next chapter of the Dart Crash Course is about async programming actually and a separate chapter will follow about isolates.
Great video! Can you show us what VS code extensions you are using?
thanks
Thank you very much for this wonderful course! I have one question why when I point to (Person p) => p.age the type personName is Object personName and not int personName?)
Mr. how can i express ur video is important for me
Is it possible to use a generic to create a new instance of that generic? Let's say I have a User class that I pass as a generic to a method. Can I in that method create an instance of User without knowing it is the User class? Like: myMethod(dynamic data) => T(data). And then: myMethod(data). I know the way I wrote it is not possible, but is there another way?
what a great explanation and example 🤌🤌
thank you for your effort 👏👏