network_status_bridge 0.0.3 copy "network_status_bridge: ^0.0.3" to clipboard
network_status_bridge: ^0.0.3 copied to clipboard

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

pub package

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
140
points
210
downloads

Publisher

unverified uploader

Weekly Downloads

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

Homepage
Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on network_status_bridge