internet_connection_checker_plus 2.0.0 internet_connection_checker_plus: ^2.0.0 copied to clipboard
A Flutter package to check your internet connection with subsecond response times, even on mobile networks!
2.0.0 #
Contains Breaking Changes #
- feat!: changed working logic by using
http
requests instead ofSocket
connections. - chore: updated example app to Flutter 3.10 template.
- legal: updated licenses and added credits.
- docs: updated readme to contains new working logic.
1.0.1 #
- Updated Readme
1.0.0 #
-
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 #
- Initial Release
- Cloned from internet_connection_checker
- Added Web Support