network_status_bridge 0.0.3
network_status_bridge: ^0.0.3 copied to clipboard
A Flutter plugin to monitor network changes with native accuracy (iOS/Android).
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\");
});