connectivity_monitor 1.0.8 copy "connectivity_monitor: ^1.0.8" to clipboard
connectivity_monitor: ^1.0.8 copied to clipboard

A Flutter package to monitor internet connectivity with dynamic UI updates and toast notifications.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add connectivity_monitor

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

dependencies:
  connectivity_monitor: ^1.0.8

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:connectivity_monitor/connectivity_monitor.dart';
26
likes
140
points
85
downloads

Publisher

verified publishermahmoudnabil.me

Weekly Downloads

A Flutter package to monitor internet connectivity with dynamic UI updates and toast notifications.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

connectivity_plus, flutter, fluttertoast, http, rxdart

More

Packages that depend on connectivity_monitor