stream_internet_status 0.0.2 copy "stream_internet_status: ^0.0.2" to clipboard
stream_internet_status: ^0.0.2 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 stream_internet_status

With Flutter:

 $ flutter pub add stream_internet_status

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

dependencies:
  stream_internet_status: ^0.0.2

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:stream_internet_status/stream_internet_status.dart';
3
likes
0
points
7
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 stream_internet_status

Packages that implement stream_internet_status