internet_connection_checker_plus 1.0.1 copy "internet_connection_checker_plus: ^1.0.1" to clipboard
internet_connection_checker_plus: ^1.0.1 copied to clipboard

A pure Dart library that checks for internet by opening a socket to a list of specified addresses, each with individual port and timeout.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add internet_connection_checker_plus

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

dependencies:
  internet_connection_checker_plus: ^1.0.1

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_connection_checker_plus/internet_connection_checker_plus.dart';
164
likes
120
pub points
98%
popularity

Publisher

verified publisheroutdatedguy.rocks

A pure Dart library that checks for internet by opening a socket to a list of specified addresses, each with individual port and timeout.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, http

More

Packages that depend on internet_connection_checker_plus