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

A plugin can auto detec the internet is online or offline.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add check_internet_active

With Flutter:

 $ flutter pub add check_internet_active

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

dependencies:
  check_internet_active: ^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:check_internet_active/check_internet_active.dart';
3
likes
0
points
17
downloads

Publisher

verified publisherit36vn.com

Weekly Downloads

A plugin can auto detec the internet is online or offline.

License

unknown (license)

Dependencies

connectivity_plus, flutter, plugin_platform_interface, provider

More

Packages that depend on check_internet_active

Packages that implement check_internet_active