Ivanna Kacevica: Cleaner Flutter code with Dart 3 🧼

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

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

  • @philosophia5577
    @philosophia5577 13 วันที่ผ่านมา

    Awesome video, I am still getting comfortable with Record and Patterns and they are pretty amazing!!!

  • @mboyamichael7618
    @mboyamichael7618 2 หลายเดือนก่อน +3

    Great talk Ivanna 👏👏

  • @KrishnaChoudhary-g4h
    @KrishnaChoudhary-g4h 2 หลายเดือนก่อน +1

    This was very good explanation with great real life examples

  • @skypuff
    @skypuff 2 หลายเดือนก่อน +1

    Very informative and well presented. Thank You.

  • @haroldpepete
    @haroldpepete 2 หลายเดือนก่อน

    great video, pattern matching is a game changer to restructure complex if statement, but you could use nullcohersion to avoid null checking

    • @IvannaKacevica
      @IvannaKacevica 2 หลายเดือนก่อน

      Yeah, totally. We used the most extreme example for the 'before', there are other ways to do it. Also, you don't necessarily have to check both 'is int' and '!= null.'

  • @ZubairRehmanDar
    @ZubairRehmanDar 2 หลายเดือนก่อน

    very informative💡

  • @rohitchanal6156
    @rohitchanal6156 หลายเดือนก่อน

    Good info provided for beginners who are learning Flutter.

  • @samfanpp969
    @samfanpp969 2 หลายเดือนก่อน

    very informative.

  • @mboyamichael7618
    @mboyamichael7618 2 หลายเดือนก่อน +2

    The true benefit of the first example is shown when the record uses the named syntax. Having something like (true, true, false) is less maintainable than (hasPaid: true, isAdmin: true)

    • @IvannaKacevica
      @IvannaKacevica 2 หลายเดือนก่อน

      Yeah, that’s true, I totally agree. To fit everything on one slide, we went with this version (this talk was created in collaboration with the Flutter team).

  • @AnthonyDev
    @AnthonyDev 2 หลายเดือนก่อน

    Thanks! Great talk, the records are explanation was the grand finale. Ivana, what is the headphone used in the talk? Great mic quality. 😊

    • @IvannaKacevica
      @IvannaKacevica 2 หลายเดือนก่อน +1

      They're Redragon headphones from Amazon, but I don't recommend them for two reasons: they're USB-A, which I didn't realize at the time of purchase, and the cord has worn out after a couple of years and now looks broken.

  • @aouadicharaf1038
    @aouadicharaf1038 หลายเดือนก่อน

    ❤️❤️❤️

  • @ArifAAwal
    @ArifAAwal หลายเดือนก่อน

    Didn't know these features existed.

  • @LifeLesson_Guru
    @LifeLesson_Guru หลายเดือนก่อน

    I get a better idea about in json pattern matching. Nice Job Ivanna

  • @rustamusmanov9043
    @rustamusmanov9043 2 หลายเดือนก่อน +2

    am I first😄, published a minute ago

  • @MissMyMusicAddiction
    @MissMyMusicAddiction 25 วันที่ผ่านมา

    that was a lot. my brain...