core/network_status library

Reactive network connectivity monitor built on top of connectivity_plus.

Provides a Stream<ConnectivityStatus> that reflects the device's current network reachability. This is consumed internally by NetworkManager and SyncEngine — most users don't need to interact with it directly.

Classes

NetworkStatusMonitor
Monitors network connectivity and exposes a reactive stream of ConnectivityStatus changes.

Enums

ConnectivityStatus
Simplified connectivity status.