Vanethos / flutter_connectivity_widget

A widget that shows the user if the phone is connected to the internet or not
BSD 2-Clause "Simplified" License
68 stars 34 forks source link

Update connectivity_util.dart #13

Closed themisir closed 4 years ago

themisir commented 4 years ago

Calling "http://www.gstatic.com/generate_204" instead of "google.com" might be more faster and better since google.com returns response body which will take some time also it costs more mobile data.

PS: generate_204 is used for detecting internet connectivity in android, also used for prefetching DNS on chrome, google search and other google products.

themisir commented 4 years ago

The curl request runs successfully.

image

Vanethos commented 4 years ago

Thanks for the PR! :D