connection_status 0.0.2+1 connection_status: ^0.0.2+1 copied to clipboard
A dart package to check the connection status of the device.
*NOTE: This package was inspired by this StackOverflow Thread
Connection Status #
Getting started #
Android Setup #
Add the following to your AndroidManifest.xml
file for internet permission.
<uses-permission android:name="android.permission.INTERNET" />