Understanding Null Safety in Flutter using real world example - Part 2 (coderzheaven.com)

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

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

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

    Great tutorial expecting more tutorials from you, sir

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

    Thank you for the wonderful video sir it is very helpful for me and my team, Thanks again sir

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

    First✌🏻✌🏻😁

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

    What if address is not an object it is an array how can we reach it?
    Objects can be reached by user.address.zipcode
    Array could be reacht as user.address[index]['zipcode'] ??

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

      That’s right

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

      But i can not reach the index from user_list_row.dart

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

      Are you getting any errors?

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

      @@MobileProgrammer I got two errors first one is Error: Operator '[]' cannot be called on 'List?' because it is potentially null.

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

      @@MobileProgrammer Second one is : Error: The operator '[]' isn't defined for the class 'Price'. I can not use [ ].