- refactor: removed unnecessary
compute
function in 33e1a55 - chore: updated example app to Flutter 3.24 template in 93071f9
- docs: added instructions to pause internet checking when app goes to backgroud in 071dcf6
- refactor: lowered sdk constraints to support dart 2.15 and above
- feat: use cloudflare domain for faster checks in ffc4e84
- refactor: increased check interval to 10s in 2c02ba3
- docs: updated the tested URIs for the newer version in 6ae97e6
- docs: updated the default urls used for connection check in d66ff76
- fix(web): dart isolates not working on web platform in fa57142
- perf: using isolates for http requests in 826a9b0
- perf: updated default uri to use 4x less data in 3fa1ed8
- chore: updated example app to Flutter 3.22 template in a5ae1f9
- 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