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

Automatically show no internet screen on top of your current screen and when there is internet it automatically pop the no internet screen.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add no_internet_check

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  no_internet_check: ^1.0.0

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:no_internet_check/no_internet_check.dart';
14
likes
130
points
52
downloads

Publisher

unverified uploader

Weekly Downloads

Automatically show no internet screen on top of your current screen and when there is internet it automatically pop the no internet screen.

Repository (GitLab)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_toastr, internet_connection_checker

More

Packages that depend on no_internet_check