Skip to content

Commit f587a24

Browse files
authored
v2.8.0 (#94)
1 parent 6fb7ed6 commit f587a24

4 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 2.8.0
2+
3+
- 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)
4+
- docs: added information about `enableStrictCheck` usage in [6fb7ed6](https://github.com/OutdatedGuy/internet_connection_checker_plus/commit/6fb7ed6a133e39af249c7324d3f5bedfe1b0cc38)
5+
16
## 2.7.2
27

38
- fix: some URIs consistently failing in [df4461c](https://github.com/OutdatedGuy/internet_connection_checker_plus/commit/df4461ce7fa16f014fb5a998578dfd263197baeb)

README.md

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

5858
```yaml
5959
dependencies:
60-
internet_connection_checker_plus: ^2.7.2
60+
internet_connection_checker_plus: ^2.8.0
6161
```
6262
6363
### 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.7.2"
124+
version: "2.8.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.7.2
3+
version: 2.8.0
44
homepage: https://outdatedguy.rocks
55
repository: https://github.com/OutdatedGuy/internet_connection_checker_plus
66
topics:

0 commit comments

Comments
 (0)