How to check Internet Connection in Flutter App? (Android & IOS)

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

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

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

    Thank you sir

  • @CodeWithMaya07
    @CodeWithMaya07 Год назад +2

    Webview full tutorials plz…

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

      Thanks for your great comment, Will create a full video for Webview implementation in Flutter App.

  • @HUTIENLAN
    @HUTIENLAN 9 месяцев назад +1

    Thanks. But note that it only works when "connection status is changed". It won't work when you start the app with no connection

    • @FlutterCool
      @FlutterCool  9 месяцев назад

      Thanks for the comment and it should work fine when you start the app.

    • @HUTIENLAN
      @HUTIENLAN 9 месяцев назад

      @@FlutterCool No, it wont. you are using 'onConnectivityChagned' which means it fires only when connectivity has changed. So when you start the app without connection, it is not able to detect the connection

  • @sharathsheety2610
    @sharathsheety2610 Месяц назад

    what about the scenario where the device is connected but no internet is there?

  • @viniciusbruno2340
    @viniciusbruno2340 10 месяцев назад +1

    Is there a way to check if there is internet using the CircularProgressIndicator widget?

    • @FlutterCool
      @FlutterCool  10 месяцев назад +1

      You can use this widget when you are checking the internet availability.

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

    Pwde po ba yan, sa mga VPN lng na network tsaka yung connected lang sa Wifi pero wala naman data?? please po thanks

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

      I didn't get your message, can you explain it in English?

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

    Login using inappwebview pls

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

      Thanks for your comment, You can check your answer in the link below:
      stackoverflow.com/questions/51541258/flutter-login-through-a-webview

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

    Thank you sir