Releases: OutdatedGuy/internet_connection_checker_plus
Releases · OutdatedGuy/internet_connection_checker_plus
v2.5.2
What's Changed
- refactor: remove unnecessary compute fn by @OutdatedGuy in #58
- chore: updated example app to Flutter 3.24 template by @OutdatedGuy in #59
- docs: added instructions to pause network request on app background by @OutdatedGuy in #60
Full Changelog: v2.5.1...v2.5.2
v2.5.1
What's Changed
- refactor: lowered sdk constraints to dart 2.15 and above by @OutdatedGuy in #52
Full Changelog: v2.5.0...v2.5.1
v2.5.0
What's Changed
- feat: use cloudflare domain for faster checks by @OutdatedGuy in #44
- docs: updated the tested URIs for the newer version by @OutdatedGuy in #45
- refactor: increased check interval to 10s by @OutdatedGuy in #46
- refactor: added import comments by @OutdatedGuy in #47
- docs: added link to like and star the project by @OutdatedGuy in #48
Full Changelog: v2.4.2...v2.5.0
v2.4.2
What's Changed
- docs: updated the default urls used for connection check by @OutdatedGuy in #42
Full Changelog: v2.4.1...v2.4.2
v2.4.1
What's Changed
- fix(web): isolates not working on web by @OutdatedGuy in #40
Full Changelog: v2.4.0...v2.4.1
v2.4.0
What's Changed
- chore: updated dependencies and template to latest by @OutdatedGuy in #34
- perf: update api to reduce bytes downloaded 4x by @OutdatedGuy in #35
- feat: using isolates for http requests by @OutdatedGuy in #36
- refactor: ignore development scripts while uploading by @OutdatedGuy in #37
Full Changelog: v2.3.0...v2.4.0
v2.3.0
What's Changed
- chore: updated package and example app template to latest by @OutdatedGuy in #30
- chore: updated dependencies to latest by @OutdatedGuy in #31
- fix: macos bundle id contains underscore (_) by @OutdatedGuy in #32
Full Changelog: v2.2.0...v2.3.0
v2.2.0
What's Changed
- feat: added sponsor config file by @OutdatedGuy in #17
- Custom Header and Response Status Check by @tatashidayat in #18
- feat: updated example to showcase all feature by @OutdatedGuy in #20
- feat: workflow to run flutter unit tests by @OutdatedGuy in #22
- style: using new flutter_lints styling by @OutdatedGuy in #21
- feat: update package template to flutter 3.16 by @OutdatedGuy in #23
New Contributors
- @tatashidayat made their first contribution in #18
Full Changelog: v2.1.0...v2.2.0
v2.1.0
What's Changed
- fix: readme title is not capitalized name by @OutdatedGuy in #9
- chore: updated dependencies to latest by @OutdatedGuy in #14
Full Changelog: v2.0.0...v2.1.0
v2.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.