Skip to content

Releases: OutdatedGuy/internet_connection_checker_plus

v2.5.2

16 Sep 11:24
fe6cc46
Compare
Choose a tag to compare

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

01 Aug 15:45
781cd36
Compare
Choose a tag to compare

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

27 Jun 02:57
4304b8c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.4.2...v2.5.0

v2.4.2

10 Jun 12:59
8d869d9
Compare
Choose a tag to compare

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

28 May 06:22
ce4cbe8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.4.0...v2.4.1

v2.4.0

24 May 04:20
7991e28
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.0...v2.4.0

v2.3.0

21 Mar 04:42
5807a82
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.0...v2.3.0

v2.2.0

11 Jan 19:36
b15abcf
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.0...v2.2.0

v2.1.0

13 Oct 06:47
1c0aabb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.1.0

v2.0.0

13 Jun 14:21
024a3e2
Compare
Choose a tag to compare

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.