connectivity_validator 0.1.1 copy "connectivity_validator: ^0.1.1" to clipboard
connectivity_validator: ^0.1.1 copied to clipboard

Validated internet connectivity for Flutter: detects real internet access (not just a network link) and captive portals on Android, iOS, macOS, and Web.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add connectivity_validator

With Flutter:

 $ flutter pub add connectivity_validator

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

dependencies:
  connectivity_validator: ^0.1.1

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

Import it

Now in your Dart code, you can use:

import 'package:connectivity_validator/connectivity_validator.dart';
9
likes
0
points
459
downloads

Publisher

verified publisherpc-builders.in

Weekly Downloads

Validated internet connectivity for Flutter: detects real internet access (not just a network link) and captive portals on Android, iOS, macOS, and Web.

Repository (GitHub)
View/report issues

Topics

#connectivity #network #internet #captive-portal #offline

License

unknown (license)

Dependencies

flutter, flutter_web_plugins, web

More

Packages that depend on connectivity_validator

Packages that implement connectivity_validator