connectivity_plus_widget 1.0.5 connectivity_plus_widget: ^1.0.5 copied to clipboard
This package provides a customizable widget that automatically appears when there is no internet connection and disappears when the connection is restored.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add connectivity_plus_widget
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
connectivity_plus_widget: ^1.0.5
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_widget/connectivity/connectivity_plus_service.dart';
import 'package:connectivity_plus_widget/connectivity/connectivity_widget.dart';