internet_connection_checker_plus 1.0.0 internet_connection_checker_plus: ^1.0.0 copied to clipboard
A pure Dart library that checks for internet by opening a socket to a list of specified addresses, each with individual port and timeout.
[1.0.0] - 2022-06-23 #
-
BREAKING CHANGES
- Using
http
requests instead ofSocket
connections. - Replaced
InternetAddress
withUri
.
- Using
-
NEW FEATURES
- Added proper
Web
support. - Faster connection checks.
- Reduced latency.
- Added proper
[0.0.1] - 2022-06-22 #
- Initial Release
- Forked from internet_connection_checker
- Added Web Support