From b2f8316289a1d58406ee19335175d214eb336eca Mon Sep 17 00:00:00 2001 From: OutdatedGuy Date: Fri, 12 Sep 2025 06:34:37 +0530 Subject: [PATCH] v2.8.0 --- CHANGELOG.md | 5 +++++ README.md | 2 +- example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed0c3a9..6b174dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 2.8.0 + +- feat: updated [connectivity_plus](https://pub.dev/packages/connectivity_plus) dependency to v7.0.0 in [d8cf04d](https://github.com/OutdatedGuy/internet_connection_checker_plus/commit/d8cf04dec0a549c06f076542bbb0c994a20b249e) +- docs: added information about `enableStrictCheck` usage in [6fb7ed6](https://github.com/OutdatedGuy/internet_connection_checker_plus/commit/6fb7ed6a133e39af249c7324d3f5bedfe1b0cc38) + ## 2.7.2 - fix: some URIs consistently failing in [df4461c](https://github.com/OutdatedGuy/internet_connection_checker_plus/commit/df4461ce7fa16f014fb5a998578dfd263197baeb) diff --git a/README.md b/README.md index 52f72c8..0724cfd 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ Add the `internet_connection_checker_plus` package to your `pubspec.yaml` file: ```yaml dependencies: - internet_connection_checker_plus: ^2.7.2 + internet_connection_checker_plus: ^2.8.0 ``` ### 2. Import the package diff --git a/example/pubspec.lock b/example/pubspec.lock index ba5976b..019cbb1 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -121,7 +121,7 @@ packages: path: ".." relative: true source: path - version: "2.7.2" + version: "2.8.0" lints: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index a597a3f..9580c43 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: internet_connection_checker_plus description: "A Flutter package to check your internet connection with subsecond response times, even on mobile networks!" -version: 2.7.2 +version: 2.8.0 homepage: https://outdatedguy.rocks repository: https://github.com/OutdatedGuy/internet_connection_checker_plus topics: