- chore!: updated connectivity_plus dependency to v6.0.1 in d2d9019
- feat: added custom headers and success criteria function in acec1e6. Thanks @tatashidayat for #18
- docs: updated example app with new features in aff81b8
- chore!: updated connectivity_plus dependency to v5.0.0 in 99c8726
- 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.
- Updated Readme
-
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
- Initial Release
- Cloned from internet_connection_checker
- Added Web Support