network_checker_plus 1.0.6
network_checker_plus: ^1.0.6 copied to clipboard
A Flutter plugin to check network connectivity, type, and more.
1.0.6 - 2025-07-16 #
✨ Features #
- ✅
isConnected()– Check if device is connected to the internet. - ✅
getConnectionType()– Returnswifi,mobile,ethernet, ornone. - ✅
getNetworkSpeed()– Estimates connection speed using real-time response (Google). - ✅
getSignalStrength()– Returns Wi-Fi signal strength (0–4 bars). - ✅
connectivityStream– Realtime stream for network connectivity changes.
🐛 Fixes #
- Fixed issue where network stream was crashing on background thread.
- Corrected method channel initialization logic.
🔧 Improvements #
- Organized platform code and improved null safety.
- Added support for Android 6.0+ network callbacks.
- Added realtime network speed checks.
0.0.1 Initial Release #
- Basic platform plugin structure.
isConnected()andgetConnectionType()supported.