Skip to content

Latest commit

 

History

History
74 lines (45 loc) · 3.72 KB

CHANGELOG.md

File metadata and controls

74 lines (45 loc) · 3.72 KB

2.5.2

  • 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

2.5.1

  • refactor: lowered sdk constraints to support dart 2.15 and above

2.5.0

  • 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

2.4.2

  • docs: updated the default urls used for connection check in d66ff76

2.4.1

  • fix(web): dart isolates not working on web platform in fa57142

2.4.0

  • 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

2.3.0

2.2.0

  • feat: added custom headers and success criteria function in acec1e6. Thanks @tatashidayat for #18
  • docs: updated example app with new features in aff81b8

2.1.0

2.0.0

Contains Breaking Changes

  • feat!: changed working logic by using http requests instead of Socket 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 of Socket connections.
    • Replaced InternetAddress with Uri.
  • NEW FEATURES

    • Added proper Web support.
    • Faster connection checks.
    • Reduced latency.

0.0.1