Skip to content

Commit

Permalink
v2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
OutdatedGuy committed Dec 18, 2024
1 parent 6a4ef67 commit 53f43cf
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2.6.0

- 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)
- chore: updated example app to flutter v3.27 in [30c8b15](https://github.com/OutdatedGuy/internet_connection_checker_plus/commit/30c8b1553bcff2bb62ad6c62abebefb15a0d5cb4)

## 2.5.2

- refactor: removed unnecessary `compute` function in [33e1a55](https://github.com/OutdatedGuy/internet_connection_checker_plus/commit/33e1a55743ac6924d31300913991ecc3b3ba85a3)
Expand All @@ -6,7 +11,7 @@

## 2.5.1

- refactor: lowered sdk constraints to support dart 2.15 and above
- refactor: lowered sdk constraints to support dart 2.15 and above in [c78ef26](https://github.com/OutdatedGuy/internet_connection_checker_plus/commit/c78ef2638bc9d18f284c0d307377a4b30102b253)

## 2.5.0

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Add the `internet_connection_checker_plus` package to your `pubspec.yaml` file:

```yaml
dependencies:
internet_connection_checker_plus: ^2.5.2
internet_connection_checker_plus: ^2.6.0
```
### 2. Import the package
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ packages:
path: ".."
relative: true
source: path
version: "2.5.2"
version: "2.6.0"
lints:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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.5.2
version: 2.6.0
homepage: https://outdatedguy.rocks
repository: https://github.com/OutdatedGuy/internet_connection_checker_plus

Expand Down

0 comments on commit 53f43cf

Please sign in to comment.