network_popup 1.0.1+3 copy "network_popup: ^1.0.1+3" to clipboard
network_popup: ^1.0.1+3 copied to clipboard

A Flutter package that displays a customizable network connectivity popup across all screens when the device goes offline. Perfect for apps that require real-time network status updates.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add network_popup

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

dependencies:
  network_popup: ^1.0.1+3

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_popup/network_popup.dart';
3
likes
130
points
1
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package that displays a customizable network connectivity popup across all screens when the device goes offline. Perfect for apps that require real-time network status updates.

Homepage
Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

connectivity_plus, cupertino_icons, flutter, http

More

Packages that depend on network_popup