internet_check 0.0.2 copy "internet_check: ^0.0.2" to clipboard
internet_check: ^0.0.2 copied to clipboard

A simple package to check the device is connected (connectivity) to internet or not.

Features #

A simple package to check the device is connected (connectivity) to internet or not.

Usage #

dependencies: internet_check: ^0.0.1

bool isOnline = await Internet().check();

if(!isOnline) {

/// There is no internet connection now. /// Display toast or error message "Please check internet and trt again"

return false; }

await /// Call Api or other task

return true

0
likes
130
points
39
downloads

Publisher

unverified uploader

Weekly Downloads

A simple package to check the device is connected (connectivity) to internet or not.

Repository (GitHub)

Documentation

API reference

License

unknown (license)

Dependencies

flutter

More

Packages that depend on internet_check