smart_connectivity_checker 0.1.0 copy "smart_connectivity_checker: ^0.1.0" to clipboard
smart_connectivity_checker: ^0.1.0 copied to clipboard

A Flutter package that monitors real internet connectivity (none/weak/good), shows customizable SnackBars, and provides connection quality callbacks.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add smart_connectivity_checker

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

dependencies:
  smart_connectivity_checker: ^0.1.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:smart_connectivity_checker/smart_connectivity_checker.dart';
5
likes
140
points
137
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package that monitors real internet connectivity (none/weak/good), shows customizable SnackBars, and provides connection quality callbacks.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

connectivity_plus, flutter

More

Packages that depend on smart_connectivity_checker