- docs: added indie game support section to README in f554493
- docs: enhance README with engaging descriptions in e9e503e
- feat: ability to provide a custom connectivity check function in e04ab72
- chore: updated example app to flutter v3.35 in d451fea
- docs: improved over-all documentation in 205cd9a
- feat: updated connectivity_plus dependency to v7.0.0 in d8cf04d
- docs: added information about
enableStrictCheckusage in 6fb7ed6
- fix: some URIs consistently failing in df4461c
- fix: type cast error when network changes in 3d6b56e
- docs: updated tested uris in 04f63cf
- Fixed Apple Privacy Manifest File Problem in c1e65d2. Thanks SalihCanBinboga for #72
- chore: updated example app to flutter v3.29 in db3c812
- feat: flag
enableStrictCheckto require all addresses to return success in 9edc61b
- feat: function to change check interval duration and reset timer in 6a4ef67. Thanks GenixPL for #63
- chore: updated example app to flutter v3.27 in 30c8b15
- refactor: removed unnecessary
computefunction 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 in c78ef26
- 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
httprequests instead ofSocketconnections. - 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
httprequests instead ofSocketconnections. - Replaced
InternetAddresswithUri.
- Using
-
NEW FEATURES
- Added proper
Websupport. - Faster connection checks.
- Reduced latency.
- Added proper
- Initial Release
- Cloned from internet_connection_checker
- Added Web Support