Skip to content

Commit

Permalink
chore: version constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel committed Apr 2, 2024
1 parent cb09868 commit b1bf947
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# 0.1.0

- **BREAKING**: replace deprecated `WillPopScope` with `PopScope`
- refactor: update dart sdk constrant to `>=3.2.0`
- refactor: update dart sdk constrant to `>=3.2.0`
- refactor: update flutter constraint to `>=3.16.0`

# 0.0.10

Expand Down
3 changes: 2 additions & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ version: 1.0.0+1
publish_to: none

environment:
sdk: ">=2.17.0 <3.0.0"
sdk: ">=3.2.0 <4.0.0"
flutter: ">=3.16.0 <4.0.0"

dependencies:
equatable: ^2.0.0
Expand Down
1 change: 1 addition & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ version: 0.1.0

environment:
sdk: ">=3.2.0 <4.0.0"
flutter: ">=3.16.0 <4.0.0"

dependencies:
flutter:
Expand Down

0 comments on commit b1bf947

Please sign in to comment.