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

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

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';
37
likes
160
points
537
downloads

Publisher

verified publishermoustapha.dev

Weekly Downloads

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