Skip to content

Commit 7e59ac2

Browse files
authored
v2.7.0 (#69)
1 parent d0c5f62 commit 7e59ac2

4 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.7.0
2+
3+
- feat: flag `enableStrictCheck` to require all addresses to return success in [9edc61b](https://github.com/OutdatedGuy/internet_connection_checker_plus/commit/9edc61b2b3e6659b06328cf91efcc0218deef314)
4+
15
## 2.6.0
26

37
- feat: function to change check interval duration and reset timer in [6a4ef67](https://github.com/OutdatedGuy/internet_connection_checker_plus/commit/6a4ef67a3810e65759a6b32b14901150785ca488). Thanks [GenixPL](https://github.com/GenixPL) for [#63](https://github.com/OutdatedGuy/internet_connection_checker_plus/pull/63)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Add the `internet_connection_checker_plus` package to your `pubspec.yaml` file:
6161

6262
```yaml
6363
dependencies:
64-
internet_connection_checker_plus: ^2.6.0
64+
internet_connection_checker_plus: ^2.7.0
6565
```
6666
6767
### 2. Import the package

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ packages:
121121
path: ".."
122122
relative: true
123123
source: path
124-
version: "2.6.0"
124+
version: "2.7.0"
125125
lints:
126126
dependency: transitive
127127
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: internet_connection_checker_plus
22
description: "A Flutter package to check your internet connection with subsecond response times, even on mobile networks!"
3-
version: 2.6.0
3+
version: 2.7.0
44
homepage: https://outdatedguy.rocks
55
repository: https://github.com/OutdatedGuy/internet_connection_checker_plus
66
topics:

0 commit comments

Comments
 (0)