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

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
copied to clipboard

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

dependencies:
  connectivity_wrapper: ^1.2.5
copied to clipboard

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';
copied to clipboard
144
likes
160
points
2.34k
downloads
screenshot

Publisher

verified publisherdart.nonstopio.com

Weekly Downloads

2024.07.31 - 2025.02.12

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
API reference

License

MIT (license)

Dependencies

connectivity_plus, flutter, provider

More

Packages that depend on connectivity_wrapper