Dart Lambda Expression Tutorial (Dart Functional Programming) #10.1

แชร์
ฝัง
  • เผยแพร่เมื่อ 6 ต.ค. 2024

ความคิดเห็น • 29

  • @sameerk12982
    @sameerk12982 4 ปีที่แล้ว +5

    Thank you for the great video.....But please explain what are the uses of lambda functions...why one should use it in place of normal functions?

  • @neha7107
    @neha7107 6 ปีที่แล้ว +6

    I just want to tell you that you are doing such an amazing job. Your tutorials is Clean and Perfect in every manner , i still can't believe that these all are free . Keep going on Smartherd Team . Please give me your pateron page i would like to support you guys :)

    • @smartherd
      @smartherd  6 ปีที่แล้ว +1

      Thanks a lot www.patreon.com/smartherd

  • @saurabhandhare1271
    @saurabhandhare1271 5 ปีที่แล้ว

    Very Nice Explanation Sir.
    Hatts off
    just because your perfect explanation I saw that you have missed to put ; after lambda's declaration @ 7:02
    Perfect Video Thanks for it.

  • @suniltimilsina7425
    @suniltimilsina7425 4 ปีที่แล้ว +3

    7:06 I think you missed one semicolon at the end of the method body. You told earlier, to define lambda expression, end method body with a semicolon.

  • @DennisBareis
    @DennisBareis 5 ปีที่แล้ว +5

    All good but you don't explain their uses

  • @krishnakumarramachandran5888
    @krishnakumarramachandran5888 5 ปีที่แล้ว

    Lambda Expression is very interesting feature in Flutter and Thanks for this amazing tutorial sir😊👍👌

  • @NavinKumar-sl2tm
    @NavinKumar-sl2tm 2 ปีที่แล้ว

    Thank you so much sir making for video I am always watching your videos

  • @agbamaulimhukaakem8245
    @agbamaulimhukaakem8245 2 ปีที่แล้ว +1

    A non-null value must be returned since the return type 'Function' doesn't allow null. Remember to add a question mark? , if not, it will throw an error due to null safety

  • @zakariyamp1294
    @zakariyamp1294 2 ปีที่แล้ว

    Good explanation. Keep it up.

  • @coffeeCatPeanutDust
    @coffeeCatPeanutDust 2 ปีที่แล้ว

    Thanks

  • @all4LOVE4all
    @all4LOVE4all 6 ปีที่แล้ว

    Keep going! Your videos are the best around

  • @tutorialnacional
    @tutorialnacional 5 ปีที่แล้ว

    Thank you very much!

  • @JK92007
    @JK92007 6 ปีที่แล้ว +1

    oh.......Hi where are you man..? we all miss you....welcome back...

    • @smartherd
      @smartherd  6 ปีที่แล้ว +1

      I am just here man. I was busy making a premium course for a website. I have 2 days over weekend. Will upload more videos for u guys

    • @JK92007
      @JK92007 6 ปีที่แล้ว +1

      @@smartherd are you going to teach us flutter too....??? 😊😊😊☺☺

    • @kurtabke4499
      @kurtabke4499 6 ปีที่แล้ว +1

      That would be absolutely amazing.

  • @xeneous
    @xeneous 5 ปีที่แล้ว

    Very helpfull videos. Thanks

  • @SeraphimTech_io
    @SeraphimTech_io 6 ปีที่แล้ว

    Hi
    welcome back

  • @codingright
    @codingright 4 ปีที่แล้ว

    Nice video!

  • @richasay9077
    @richasay9077 5 ปีที่แล้ว

    Can you have more than 1 lambda expression if they are different, using the shorthand syntax?

  • @dontwanna6759
    @dontwanna6759 3 ปีที่แล้ว

    can we return in in an arrow function

  • @paranjaynajan7717
    @paranjaynajan7717 3 ปีที่แล้ว

    Lambda function is defined in the main method?

  • @johnmcfetridge9442
    @johnmcfetridge9442 5 ปีที่แล้ว +1

    your terms are not correct a lambda is return_type function_name(arguments) => expression;
    you are calling function objects lambdas but this is not correct as they are object of type function

  • @askdetanny8915
    @askdetanny8915 6 ปีที่แล้ว

    Sir plz make more video on kotlin android