Skip to main content

Connectivity Plus Overview

Connectivity Plus is a Flutter plugin that allows your apps to get information about currently active network types on a device, whether it's running on cellular, WiFi or other connection types.

Get started

1. Add it to your project

pubspec.yaml
dependencies:
flutter:
sdk: flutter
connectivity_plus: "^0.0.1"

2. Download dependency

$ flutter pub get

3. Rebuild the app

$ flutter run

Next steps

Read the usage page to see examples of how to use the package.