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
110
pub points
72%
popularity

Publisher

unverified uploader

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