I have a flutter app, which connects to the local network via wifi, so I need to validate that the device has the connection with the server to consume web services, and in case it has no connection notify the user of the error. Is there any way to ping in a flutter?
Asked
Active
Viewed 129 times
0
-
https://stackoverflow.com/questions/49648022/check-whether-there-is-an-internet-connection-available-on-flutter-app – CopsOnRoad Apr 12 '19 at 14:49
-
You may want to get some hint from [here](https://stackoverflow.com/questions/55555914/run-flutter-app-only-if-internet-connection-is-available/55555933#55555933) – CopsOnRoad Apr 12 '19 at 14:51