network_status_bridge 0.0.1 copy "network_status_bridge: ^0.0.1" to clipboard
network_status_bridge: ^0.0.1 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\");
});
0
likes
0
points
5
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin to monitor network changes with native accuracy (iOS/Android).

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on network_status_bridge

Packages that implement network_status_bridge