NULL Safety in Flutter | Dart fundamental tutorial

Sdílet
Vložit
  • čas přidán 7. 09. 2024
  • I have explained NULL safety feature in Dart easiest way possible. Learn to create full proof application by handling null situations ahead of time.
    Commands I have used:
    flutter create --org net.codexdev awesome_app
    dart migrate
    👇🏼👇🏼👇🏼Videos you may be interested in 👇🏼👇🏼👇🏼
    Flutter Layout Design Tutorial || Top 5 Widgets
    • Flutter Layout Design ...
    Flutter Animation Tutorial | Simple scale transition
    • Flutter Animation Tuto...
    Join this channel to get access to perks:
    www.youtube.co...
    Gears ========
    Camera 📸 || Canon 250D : amzn.to/34isdKr
    Mic 🎤 || Maono AU-04 : amzn.to/341g9wS
    #CodeX #flutter #nullsafe
    Connect with me on social media:
    FB: / codexdevs
    Twitter: / afzalali15
    LinkedIn: / afzalali15
    Discord: / discord

Komentáře • 40

  • @adamkhalilinux5743
    @adamkhalilinux5743 Před 3 lety

    Budy, I love your tutorials, many tips ,clear voice straight forward, you make me love flutter

  • @davidstevens6654
    @davidstevens6654 Před 2 lety

    Thank you

  • @safvanputhalath7263
    @safvanputhalath7263 Před 3 lety

    Thanks u sir. Classes are awesome . Please try to add classes in playlist . If not , didn't catch the flow

  • @poisonels8023
    @poisonels8023 Před 3 lety

    I really like your videos.
    And the quality of your videos are going better. Good job my friend. I know that it's not easy but keep going with more and more videos. ✨

    • @CodeXdev
      @CodeXdev  Před 3 lety +1

      Thank you so much, I have published this time in 4K 😎 Trying my best to provide awesome and knowledge full content

  • @faisalahmad8455
    @faisalahmad8455 Před 2 lety

    It's very helpful for me 🥰🥰

  • @anmolsahu6371
    @anmolsahu6371 Před 3 lety

    Very Helpful Video.. Love From India

  • @ameerhamzatv3110
    @ameerhamzatv3110 Před 3 lety +1

    Actually I'm worries about how null safety work. Can you please make clear video about null safety how it's work in our text widget?

    • @CodeXdev
      @CodeXdev  Před 3 lety

      That is what i have shown in this video😜

  • @hinahussain4845
    @hinahussain4845 Před 3 lety

    I am creating a flutter plugin and for iOs part i need swiftkeychainWrapper framework that is needed now i am stuck how to add above framework

  • @Abdulwahab-sm2ix
    @Abdulwahab-sm2ix Před 2 lety

    Hello Sir
    I am a new learner of Flutter. I want to follow your videos. but I can not understand, which video I watch first, which second, which the third........ soo I request you please give me a list (word or text file) in which write, how to sequence wise I watch your videos.

  • @arslanjameel74
    @arslanjameel74 Před 3 lety

    Can u make video upload picture from flutter and asp.net core api received picture here can u save in any folder please

  • @chandran6729
    @chandran6729 Před 3 lety

    Fuck it's amazing bro, I stuck in null safety for long time. Ur video was clear cut

  • @panidamangkhalawong5656

    Null check operator used on a null value
    The relevant error-causing widget was
    CarouselSlider ---- Please correct this error.

  • @choycheewei1193
    @choycheewei1193 Před 3 lety

    Can your make a ui tutorial for creating a personal profile for developer?

  • @francescofreddi4374
    @francescofreddi4374 Před 3 lety

    Add Remove Comment extension in VSCode... ;)

  • @amitlakhani1111
    @amitlakhani1111 Před 3 lety

    Hello Sir,
    i don't have apple system and i am using VMWare software !
    so can i use my developer account to upload my ios app using VMWARE.

    • @CodeXdev
      @CodeXdev  Před 3 lety

      Hopefully yes. If you have Xcode installed and working then you should be fine with deployment process.

  • @hinahussain4845
    @hinahussain4845 Před 3 lety

    Hey afzal can u plz tell me how to add third party library for iOs while creating the plugin

    • @CodeXdev
      @CodeXdev  Před 3 lety +1

      Well, never tried that.. you may check this -> flutter.dev/docs/development/packages-and-plugins/developing-packages

    • @hinahussain4845
      @hinahussain4845 Před 3 lety

      @@CodeXdev ok thanx let me check this

  • @phoenixking8453
    @phoenixking8453 Před 3 lety

    Pls I need ya help

  • @flutterclone1849
    @flutterclone1849 Před 3 lety

    Usefull thinks

  • @TechWithDnes
    @TechWithDnes Před 3 lety

    Nice...

  • @sumonnexus7045
    @sumonnexus7045 Před 3 lety

    Thanks ❤️

  • @ismailkoyuncu5518
    @ismailkoyuncu5518 Před 2 lety

    👍🏾👏👏👏

  • @harshjain4256
    @harshjain4256 Před 3 lety

    How can i get notification in my app if the databse is updated i am using a sql database

    • @CodeXdev
      @CodeXdev  Před 3 lety

      You must have a service which is updating your sql database, from the same place call remote notification (considering you have FCM setup already)

    • @harshjain4256
      @harshjain4256 Před 3 lety

      @@CodeXdev i want to delete the user fcm token from database when a user uninstall the app
      So i am checking whenever a notification is not sent to the user by my php code i am assuming that they uninstalled the app then i delete that token. Is it a right way to do it.
      I think if user internet is not on then in this case notification will not be sent to them which leads to the deletion of their token

    • @CodeXdev
      @CodeXdev  Před 3 lety

      You dont need to delete token, only when someone login you update token.
      Also, internet on/off is not a problem. FCM will deliver notification as soon as internet is available

    • @harshjain4256
      @harshjain4256 Před 3 lety

      @@CodeXdev I am storing the tokens in the database if someone uninstall the app then their token remains in the database which will consume unnecessary space

  • @ameerhamzatv3110
    @ameerhamzatv3110 Před 3 lety

    1st liker & comment... Mention my name please..

  • @zerefX_
    @zerefX_ Před 3 lety

    How did you replace the comments with blank space

    • @CodeXdev
      @CodeXdev  Před 3 lety

      Which comments? @TekSek

    • @CodeXdev
      @CodeXdev  Před 3 lety

      Oh, that code comments. I used regex //.* to find out all the lines which starts with // and then replaced with empty char

  • @adeelzahid9622
    @adeelzahid9622 Před 3 lety

    so.. my favorite game is playing with flutter errors !!! bammm