network_handler 1.0.1 copy "network_handler: ^1.0.1" to clipboard
network_handler: ^1.0.1 copied to clipboard

Notifies your app whenever your device's network connection status changes

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add network_handler

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

dependencies:
  network_handler: ^1.0.1

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:network_handler/network_handler.dart';
5
likes
140
pub points
73%
popularity

Publisher

unverified uploader

Notifies your app whenever your device's network connection status changes

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on network_handler