connection_checker 0.0.3 copy "connection_checker: ^0.0.3" to clipboard
connection_checker: ^0.0.3 copied to clipboard

This package allows you to check for connectivity to a URI and verify it's connectivity to that specific endpoint.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add connection_checker

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

dependencies:
  connection_checker: ^0.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:connection_checker/connection_checker.dart';
0
likes
140
points
21
downloads

Publisher

unverified uploader

Weekly Downloads

This package allows you to check for connectivity to a URI and verify it's connectivity to that specific endpoint.

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

connectivity_plus, flutter, http

More

Packages that depend on connection_checker