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

 $ flutter pub add stream_internet_status

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

dependencies:
  stream_internet_status: ^0.0.5

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

Publisher

verified publisherit36vn.com

Weekly Downloads

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

Documentation

API reference

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