network_checker_plus 1.0.6 copy "network_checker_plus: ^1.0.6" to clipboard
network_checker_plus: ^1.0.6 copied to clipboard

PlatformAndroid

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() – Returns wifi, mobile, ethernet, or none.
  • 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() and getConnectionType() supported.
2
likes
140
points
17
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin to check network connectivity, type, and more.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on network_checker_plus

Packages that implement network_checker_plus