internet_popup 1.0.8+5 copy "internet_popup: ^1.0.8+5" to clipboard
internet_popup: ^1.0.8+5 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.8+5

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:internet_popup/internet_popup.dart';
52
likes
70
pub points
84%
popularity

Publisher

unverified uploader

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.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

connectivity_plus, flutter, internet_connection_checker

More

Packages that depend on internet_popup