connectivity_plus_widget 1.0.5 copy "connectivity_plus_widget: ^1.0.5" to clipboard
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';
11
likes
120
pub points
76%
popularity

Publisher

unverified uploader

This package provides a customizable widget that automatically appears when there is no internet connection and disappears when the connection is restored.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (LICENSE)

Dependencies

connectivity_plus, flutter, get_it, marquee

More

Packages that depend on connectivity_plus_widget