Skip to content

Commit

Permalink
v2.5.2 (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
OutdatedGuy authored Sep 16, 2024
1 parent 071dcf6 commit fe6cc46
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 2.5.2

- refactor: removed unnecessary `compute` function in [33e1a55](https://github.com/OutdatedGuy/internet_connection_checker_plus/commit/33e1a55743ac6924d31300913991ecc3b3ba85a3)
- chore: updated example app to Flutter 3.24 template in [93071f9](https://github.com/OutdatedGuy/internet_connection_checker_plus/commit/93071f9f444a0d11c8760d63fb8b6c52432baa2d)
- docs: added instructions to pause internet checking when app goes to backgroud in [071dcf6](https://github.com/OutdatedGuy/internet_connection_checker_plus/commit/071dcf6f278218795b72a582350dbed15132024d)

## 2.5.1

- refactor: lowered sdk constraints to support dart 2.15 and above
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.1
internet_connection_checker_plus: ^2.5.2
```
### 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.1"
version: "2.5.2"
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.1
version: 2.5.2
homepage: https://outdatedguy.rocks
repository: https://github.com/OutdatedGuy/internet_connection_checker_plus

Expand Down

0 comments on commit fe6cc46

Please sign in to comment.