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

แชร์
ฝัง
  • เผยแพร่เมื่อ 10 ก.ย. 2024
  • This tutorial will help you understand Null-Safety in Flutter with real world example.
    Sample Service used:
    jsonplaceholde...
    Medium Article:
    jsonplaceholde...
    Source Code:
    bitbucket.org/...
    Follow me on facebook
    / mobile-tutor-299932940...
    Personal Facebook
    / contactvipinvijayan
    Twitter
    @mr_vipin_nair
    Leave your valuable feedback comments below this post and I will make sure to follow your suggestions as much as possible. Support is important.
    Keywords: Google Flutter, Google Mobile Application, Coderzheaven,
    Null Safety in Flutter
    #GoogleFlutter #NullSafety #FlutterTutorial
    More tutorials
    coderzheaven.com
    #flutter_tutorials #null_safety #fluttertutorials

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

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

    Well done. Excellent delivery. Keep up the good work.

  • @TestTest-hx4yq
    @TestTest-hx4yq ปีที่แล้ว +2

    What a wonderful video. Thanks.

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

    Thanks ❤

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

    amazing and help full bro

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

    Well explained.. waiting for more videos from you

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

    Good explanation, Null Safety is very good feature.
    Being an iOS developer it is very easy to understand.
    It is same is Swift's Optional.
    Does Dart have any other method to unwrap the Null object? (except ??)

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

      Rashesh, ?? Is not for unwrapping actually. It’s for checking if the value is null.

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

      @@MobileProgrammer Ok, similar to Ternary operator

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

      Yup. I m explaining it in the video.