internet_connection_checker 0.0.1+2
internet_connection_checker: ^0.0.1+2 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. Defaults are provided for convenience.
0.0.1+2 #
- Reports that an internet connection is available as soon as one request succeeds instead of potentially waiting for the last to time out.
- Removed universal_io dependency
0.0.1+1 #
- Updated Documentation
- Update a dependency to the latest release.
0.0.1 #
- Initial Release (non-breaking change which adds functionality)
- Documentation (minor documentation updates)
- Code refactor