connectivity 3.0.0-nullsafety copy "connectivity: ^3.0.0-nullsafety" to clipboard
connectivity: ^3.0.0-nullsafety copied to clipboard

discontinuedreplaced by: connectivity_plus
outdated

Flutter plugin for discovering the state of the network (WiFi & mobile/cellular) connectivity on Android and iOS.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add connectivity
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: ^3.0.0-nullsafety
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/connectivity.dart';
copied to clipboard
1.87k
likes
0
points
32.8k
downloads

Publisher

verified publisherflutter.dev

Weekly Downloads

2024.09.14 - 2025.03.29

Flutter plugin for discovering the state of the network (WiFi & mobile/cellular) connectivity on Android and iOS.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

connectivity_macos, connectivity_platform_interface, flutter, meta

More

Packages that depend on connectivity