smart_connectivity_checker 0.1.1
smart_connectivity_checker: ^0.1.1 copied to clipboard
A Flutter package that monitors real internet connectivity (none/weak/good), shows customizable SnackBars, and provides connection quality callbacks.
Changelog #
0.1.0 - 2026-02-18 #
- Initial release
- Monitor connectivity using connectivity_plus
- Detect none / weak / good connection quality (via ping timeout)
- Show colored SnackBar automatically on status change
- Provide onConnectionChanged callback
- Safe context handling in InternetChecker widget
- Example app demonstrating UI updates and button disable on offline