connection_verify 1.0.0 copy "connection_verify: ^1.0.0" to clipboard
connection_verify: ^1.0.0 copied to clipboard

outdated

Package to verify the network connection status

connection_verify #

Package to verify the network connection status

Example #

if (await ConnectionVerify.connectionStatus()){
      print("I have network connection!");
      //Do your online stuff here
    } else {
      print("I don't have network connection!");
      //Do your offline stuff here
    }

Getting Started #

This project is a starting point for a Dart package, a library module containing code that can be shared easily across multiple Flutter or Dart projects.

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

12
likes
0
pub points
56%
popularity

Publisher

unverified uploader

Package to verify the network connection status

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on connection_verify