connectivity_monitor 1.0.0 copy "connectivity_monitor: ^1.0.0" to clipboard
connectivity_monitor: ^1.0.0 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 Dart:

 $ dart pub add connectivity_monitor

With Flutter:

 $ flutter pub add connectivity_monitor

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

dependencies:
  connectivity_monitor: ^1.0.0

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:connectivity_monitor/connectivity_monitor.dart';
26
likes
0
points
58
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

License

unknown (license)

Dependencies

connectivity_plus, flutter, fluttertoast, http, rxdart

More

Packages that depend on connectivity_monitor