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

A smarter, more insightful Flutter connectivity package.** Goes beyond basic online/offline detection to provide meaningful connection statuses, quality analysis, and seamless transition handling.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add connectivity_plus_wrapper

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

dependencies:
  connectivity_plus_wrapper: ^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:connectivity_plus_wrapper/connectivity_plus_wrapper.dart';
0
likes
130
points
115
downloads

Publisher

unverified uploader

Weekly Downloads

A smarter, more insightful Flutter connectivity package.** Goes beyond basic online/offline detection to provide meaningful connection statuses, quality analysis, and seamless transition handling.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

connectivity_plus, flutter, internet_connection_checker

More

Packages that depend on connectivity_plus_wrapper