connectivity_plus_wrapper 1.0.0
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';