connection_info 1.0.0 copy "connection_info: ^1.0.0" to clipboard
connection_info: ^1.0.0 copied to clipboard

The library helps to check for internet conenctivity in all platforms supported by Flutter. It provides a stream to continuously listen for internet conenction state and a future to check for internet [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add connection_info

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

dependencies:
  connection_info: ^1.0.0

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_info/connection_info.dart';
2
likes
80
pub points
0%
popularity

Publisher

verified publisherpeuconomia.com

The library helps to check for internet conenctivity in all platforms supported by Flutter. It provides a stream to continuously listen for internet conenction state and a future to check for internet connection.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, freezed_annotation, http, json_annotation

More

Packages that depend on connection_info