Reputation:
How can I check if the app is connected to the internet, especially on web. InternetAddress.lookup
is not supported on web and http.get
has quite some overhead, because it fetches the entire webpage.
Upvotes: 0
Views: 76
Reputation: 2225
You can use this package to check if you are connected to internet or not :
https://pub.dev/packages/connectivity_checker
Upvotes: 0