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

retracted

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

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add internet_connectivity_checker

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 dart pub get):

dependencies:
  internet_connectivity_checker: ^0.0.1

Alternatively, your editor might support dart pub get or 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
0
pub points
88%
popularity

Publisher

verified publishermoustapha.dev

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

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on internet_connectivity_checker