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

Поділитися
Вставка
  • Опубліковано 29 гру 2024

КОМЕНТАРІ • 30

  • @veselinlazarevic916
    @veselinlazarevic916 2 роки тому +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  2 роки тому +3

      Haha, sleep well and you can continue tomorrow 😊

  • @awaishaleem6596
    @awaishaleem6596 4 місяці тому +2

    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!

  • @mhamd2020
    @mhamd2020 2 місяці тому

    One of the best turorial performance and well thought of.
    Milltion thanks Vandad.

  • @osmanndemiroz
    @osmanndemiroz 11 місяців тому +2

    Thanks for all !

  • @blueice1364
    @blueice1364 2 роки тому +5

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

    • @VandadNP
      @VandadNP  2 роки тому +3

      Good to hear. Thank you 😊

  • @utkarshjagtap1769
    @utkarshjagtap1769 2 місяці тому

    Thank you so much for this playlist on dart, this has helped me a lot. Are you working on anything interesting for the channel?

    • @VandadNP
      @VandadNP  2 місяці тому

      Thank you very much for your support. I am not currently working on anything new for the channel.

  • @mattiasnkonjo940
    @mattiasnkonjo940 2 роки тому +2

    Finally Generics. Thanks brother.

  • @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 7 місяців тому

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

  • @omoyajowotemidayo5382
    @omoyajowotemidayo5382 2 роки тому +2

    Thank you so much for these series 🙏

    • @VandadNP
      @VandadNP  2 роки тому +1

      You’re very welcome 😉

  • @Wireox
    @Wireox 9 місяців тому +1

    Amazing !

  • @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

  • @ziadahmed6807
    @ziadahmed6807 2 роки тому +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  2 роки тому +1

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

  • @mdataullah5489
    @mdataullah5489 Рік тому

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

  • @webcomcafe
    @webcomcafe 2 роки тому +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  2 роки тому +1

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

  • @nemanjalugi
    @nemanjalugi 2 роки тому

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

  • @miracle_blue
    @miracle_blue Рік тому +1

    thanks

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

  • @EthioFkir
    @EthioFkir 2 місяці тому

    Mr. how can i express ur video is important for me

  • @kingpinkent
    @kingpinkent 2 роки тому

    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 2 роки тому +1

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