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';
28
likes
160
pub points
88%
popularity

Publisher

verified publishermoustapha.dev

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on internet_connectivity_checker