connectivity_wrapper 1.0.6 copy "connectivity_wrapper: ^1.0.6" to clipboard
connectivity_wrapper: ^1.0.6 copied to clipboard

outdated

A new Flutter package which provides network-aware widgets.It allows Flutter apps provide feedback on your app when it's not connected to it, or when there's no connection.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add connectivity_wrapper

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

dependencies:
  connectivity_wrapper: ^1.0.6

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_wrapper/connectivity_wrapper.dart';
127
likes
0
pub points
94%
popularity

Publisher

verified publisherdart.nonstopio.com

A new Flutter package which provides network-aware widgets.It allows Flutter apps provide feedback on your app when it's not connected to it, or when there's no connection.

Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (LICENSE)

Dependencies

flutter, provider

More

Packages that depend on connectivity_wrapper