Continuously check for internet connection in your flutter app. | Network connectivity in flutter.

Поділитися
Вставка
  • Опубліковано 30 січ 2025

КОМЕНТАРІ • 43

  • @ephraimtamuka8462
    @ephraimtamuka8462 11 місяців тому +1

    Thanks for the good work, this video simplifies the entire process with the articulate presentation of what needs to be done. Simple UI and good speed.

  • @xXxXxMrGamexXxXx
    @xXxXxMrGamexXxXx Рік тому +2

    Great Video

  • @xXPCGamingBGXx
    @xXPCGamingBGXx Рік тому +1

    Best tutorial ever 😁 You are the best!

  • @Akhil3428
    @Akhil3428 2 роки тому +1

    Nice video bro...

  • @pavankumarv9218
    @pavankumarv9218 2 роки тому +4

    Simple and straightforward tutorial 😇

  • @haiderjaafer8164
    @haiderjaafer8164 2 роки тому +1

    Really great work keep going forward…

  • @appdev1419
    @appdev1419 2 роки тому +2

    You saved my Life😇

  • @jakewoodruff13
    @jakewoodruff13 Рік тому +1

    awesome

  • @codermadushan
    @codermadushan 2 роки тому +4

    Thank you very mush. but i notice something. when i run the app first time without internet connection this dialog is not shown. how we can fix it?

  • @acornerofherheart-jr9pl
    @acornerofherheart-jr9pl 10 місяців тому +1

    hey it is helpful thanks a bunch..... for the solution

  • @spotall2673
    @spotall2673 2 роки тому +1

    Great

  • @rowleyes5954
    @rowleyes5954 2 роки тому +1

    Perfect tutorial thank you very much!

  • @ahmedelbehiry1638
    @ahmedelbehiry1638 Рік тому +1

    its worked!
    thank you

  • @byzidbaky2228
    @byzidbaky2228 Рік тому +1

    Thanks for this tutorial

  • @gnanaprakash5082
    @gnanaprakash5082 Рік тому

    its worked fine. But some time the alert dialog trigger more than one time, what should i do?

  • @shivamthapa9757
    @shivamthapa9757 2 роки тому +2

    how to show a poor connection internet slow on flutter app what is the condition

  • @NF_160
    @NF_160 4 місяці тому

    thanks for the video. i did the same as u but i found that in my real device some time the popup appears and some time not (i/m sure that i disconnected the internet. ). why is that? where in my emulator is always working and popup appears when i disconnect the internet.

  • @Tenderlaay
    @Tenderlaay 2 роки тому

    hi, can i ask you how would you proceed to continuously check for internet connection in the background using an isolate, while the user uses the app?

  • @MWStudiooo
    @MWStudiooo 2 роки тому +1

    Is there any flexibility to write the code once of internet check in app and check internet on all pages of app ?

    • @vijaycreationsflutter
      @vijaycreationsflutter  2 роки тому +1

      Yes., that's exactly what we have discussed in this video. Since we are making use of Streams to listen for ConnectivityChange, we will be able to use them across screens within your flutter app.

  • @letmeflutter6644
    @letmeflutter6644 Рік тому +1

    thank you

  • @krishnaacharya8800
    @krishnaacharya8800 2 роки тому +3

    But this doesn't work , when the app is opened from internet off state ! Is there any work around for this ?

    • @vijaycreationsflutter
      @vijaycreationsflutter  2 роки тому

      Hai, thanks for reaching out!. Actually the app does track the connectivity even before it
      renders the widgets (since we will be making use of 'isDeviceConnected' boolean variable
      which by default is set to 'false'), so we will be able to see the 'no internet connectivity' alert dialog,
      if the internet is off during the initial state.

    • @loonk7991
      @loonk7991 2 роки тому +1

      @@vijaycreationsflutter any possible way to check from begin ?

    • @malabarichannel
      @malabarichannel 2 роки тому

      Yes does not showing alert if no connwction while app starting

    • @edenislive
      @edenislive 2 роки тому

      @@loonk7991 did you find any other way?

    • @someorother5272
      @someorother5272 Рік тому

      If we put this check in the main.dart as well then probably it will work when app opens

  • @anshkumargarhewal8582
    @anshkumargarhewal8582 Рік тому

    Can you make one video on proguard rules for flutter

  • @mimicry-venkatraj9836
    @mimicry-venkatraj9836 2 роки тому

    superb bro !! but without context not working?? ex: when i use pushReplacement navigator that time not working?? Any Solution There??

  • @mndzmndz1580
    @mndzmndz1580 2 роки тому +1

    Tnx from algeria

  • @SnehilTejani
    @SnehilTejani Рік тому

    good but speaking speed is so fast

  • @free_intertaining
    @free_intertaining 2 роки тому

    what if that state has been terminated ???

  • @rajbirsingh9716
    @rajbirsingh9716 2 роки тому +1

    100