connectivity_monitor_plus 0.1.0
connectivity_monitor_plus: ^0.1.0 copied to clipboard
Flutter package for real-time network status and internet access checks by pinging a URL. Detects connectivity changes instantly.
0.1.0 - 2025-07-29 #
###Added
- Optional strict mode: Introduced
checkActualInternet
flag to toggle between basic connectivity check and actual internet verification. - Dialog control: Hide dialog automatically on internet back.
0.0.1 #
A Flutter plugin to monitor network connectivity status and listen for connectivity changes. It provides detailed information about the current connection type (WiFi, mobile data, etc.) and allows developers to react to network status updates in their applications.