connectivity_watcher 1.0.3 copy "connectivity_watcher: ^1.0.3" to clipboard
connectivity_watcher: ^1.0.3 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 Flutter:

 $ flutter pub add connectivity_watcher

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

dependencies:
  connectivity_watcher: ^1.0.3

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:connectivity_watcher/connectivity_watcher.dart';
34
likes
150
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

Documentation

API reference

License

MIT (license)

Dependencies

flutter, internet_connection_checker, provider

More

Packages that depend on connectivity_watcher