Skip to content

Commit

Permalink
chore: adjust flutter version constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel committed Apr 2, 2024
1 parent 24735cd commit a2dcf08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ publish_to: none

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

dependencies:
bloc: ^8.0.0
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version: 0.1.0

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

dependencies:
flutter:
Expand Down

0 comments on commit a2dcf08

Please sign in to comment.