'How to show "You're offline" when web view app open without internet in Flutter Web view App? [closed]

I create a WebView app in Flutter. But when the App open without internet its showing this enter image description here

I want to show here another image when open this app without internet. like redirecting to a page like your not connected or something How do I do that?



Solution 1:[1]

checking the internet in flutter is only available when you are on android or ios , it's like this because when you open your web application and it comes up it means you have a connection and if it doesn't you don't have a connection so c checking internet is meaningless

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 saeed bayat