flutter_connectivity 0.0.3 flutter_connectivity: ^0.0.3 copied to clipboard
Monitors and reports connection quality to a specific server. Ensures real internet access, not just connectivity. Pure Dart, Dart/Flutter compatible.
0.0.1 #
Initial release
- Select a server to test against (eg: example.com)
- Configure interval for testing
- Configure how many failed tests before reporting a connection loss
- Set latency thresholds for different connection qualities
- Get notified of connection quality changes in real-time
- Pause and resume monitoring
- Query connection history
- Query current connection status
- Accommodates occasional network hiccups
0.0.2 #
- Update README.md
0.0.3 #
- Update README.md