Null Safety in Dart | Flutter Null Safety Explained | #58.3 | Hindi

Поделиться
HTML-код
  • Опубликовано: 27 ноя 2024

Комментарии • 14

  • @kartiksinghal8224
    @kartiksinghal8224 3 года назад +1

    The simplest yet most informative video on Null safety I have seen so far. Thank you for making this video.

  • @avilashbhowmik3995
    @avilashbhowmik3995 11 месяцев назад

    bro you were really a genius and thanks for helping us

  • @codeplus1
    @codeplus1 3 года назад +4

    Sir please do some more Experiment on Null safety

  • @kamalCode
    @kamalCode 3 года назад +1

    Sir, please dart by example programs

  • @someshsahu4638
    @someshsahu4638 Год назад +1

    Very nice explanation thankyou so much 🙏🏼🙏🏼🙏🏼

    • @ahirlog
      @ahirlog  Год назад

      You're most welcome

  • @azam_izm
    @azam_izm 8 месяцев назад

    6:30 *This code is resulting in a runtime error*

  • @utpalgaurav14
    @utpalgaurav14 3 года назад +2

    int? x;
    int y = x!;
    It will still throw errors. What's the exact use?

  • @SubhraneelChowdhury
    @SubhraneelChowdhury 2 года назад +1

    disliking for one reason, you have to specify in the title, this video is in hindi, it really mess up the youtube recommendation, you need to understand that!

  • @EcomClicks
    @EcomClicks 2 года назад

    Text( snapshot.value["PTitle"],. Where to put ? mark or ! . Please help