internet_popup 1.0.1 internet_popup: ^1.0.1 copied to clipboard
A package for popUp message when Internet connection is off. Write one line to initialize a popUp when internet connection is turned off or connected but no internet.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add internet_popup
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
internet_popup: ^1.0.1
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.