connectivity_watcher 1.0.2 copy "connectivity_watcher: ^1.0.2" to clipboard
connectivity_watcher: ^1.0.2 copied to clipboard

A Flutter package to check your internet connection with subsecond response times, even on mobile networks!.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add connectivity_watcher

With Flutter:

 $ flutter pub add connectivity_watcher

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

dependencies:
  connectivity_watcher: ^1.0.2

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_watcher/connectivity_watcher.dart';
34
likes
0
pub points
65%
popularity

Publisher

verified publisherthezerone.com

A Flutter package to check your internet connection with subsecond response times, even on mobile networks!.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, internet_connection_checker, provider

More

Packages that depend on connectivity_watcher