network_status_bridge

A cross-platform Flutter plugin to monitor real-time network connectivity changes using iOS NWPathMonitor and Android ConnectivityManager.

Features

  • 🔄 Real-time network change callback
  • 📱 Supports WiFi, Cellular, Ethernet, No Network
  • 🧩 Native performance and accuracy

Getting Started

NetworkStatusBridge.onNetworkChanged.listen((type) {
  print(\"Network changed: \$type\");
});