Generics in Dart - Learn How to Write Highly Reusable Code with Generics in Dart

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024

Комментарии • 26

  • @awaishaleem6596
    @awaishaleem6596 Месяц назад +1

    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!

  • @veselinlazarevic916
    @veselinlazarevic916 Год назад +6

    I’m preparing for sleep and watching your last video about extensions, and now get notification about new video 😂 Thanks for every video 🙏

    • @VandadNP
      @VandadNP  Год назад +3

      Haha, sleep well and you can continue tomorrow 😊

  • @osmanndemiroz
    @osmanndemiroz 8 месяцев назад +2

    Thanks for all !

  • @blueice1364
    @blueice1364 Год назад +4

    Thank you!
    This is the best explanation of Generics in Dart I've found so far.

    • @VandadNP
      @VandadNP  Год назад +3

      Good to hear. Thank you 😊

  • @ashiquealimughal7684
    @ashiquealimughal7684 Год назад +1

    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! 🙌

  • @Vindolin
    @Vindolin Год назад +1

    Thanks for the fantastic course! Helped me a lot.

  • @inkedoo
    @inkedoo 4 месяца назад

    Thank U too much , this video is very helpful and direct to the point

  • @mattiasnkonjo940
    @mattiasnkonjo940 Год назад +2

    Finally Generics. Thanks brother.

  • @CYCLONE_2XL
    @CYCLONE_2XL 6 месяцев назад +1

    Amazing !

  • @omoyajowotemidayo5382
    @omoyajowotemidayo5382 Год назад +2

    Thank you so much for these series 🙏

    • @VandadNP
      @VandadNP  Год назад +1

      You’re very welcome 😉

  • @ziadahmed6807
    @ziadahmed6807 Год назад +2

    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 🙏.

    • @VandadNP
      @VandadNP  Год назад +1

      Great job and I'm glad you gave generics a chance 🤗

  • @miracle_blue
    @miracle_blue Год назад +1

    thanks

  • @webcomcafe
    @webcomcafe Год назад +3

    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.

    • @VandadNP
      @VandadNP  Год назад +1

      Yes, next chapter of the Dart Crash Course is about async programming actually and a separate chapter will follow about isolates.

  • @faezansar5417
    @faezansar5417 Год назад

    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

  • @mdataullah5489
    @mdataullah5489 Год назад

    00:43:08 Could you explain in detail how Generic Sorting work with Comparable, please?

  • @g_a_m_b_e_t_t_o_r8920
    @g_a_m_b_e_t_t_o_r8920 Год назад

    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?)

  • @nemanjalugi
    @nemanjalugi Год назад

    Great video! Can you show us what VS code extensions you are using?

  • @kingpinkent
    @kingpinkent Год назад

    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?

  • @hungquy2949
    @hungquy2949 Год назад +1

    what a great explanation and example 🤌🤌
    thank you for your effort 👏👏