internet_connectivity_checker 1.0.2 copy "internet_connectivity_checker: ^1.0.2" to clipboard
internet_connectivity_checker: ^1.0.2 copied to clipboard

The flutter package that helps you easily manage widgets dynamically based on the device's internet access.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add internet_connectivity_checker
copied to clipboard

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

dependencies:
  internet_connectivity_checker: ^1.0.2
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:internet_connectivity_checker/internet_connectivity_checker.dart';
copied to clipboard
37
likes
160
points
311
downloads

Publisher

verified publishermoustapha.dev

Weekly Downloads

2024.09.25 - 2025.04.09

The flutter package that helps you easily manage widgets dynamically based on the device's internet access.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on internet_connectivity_checker