Skip to content

Commit

Permalink
Remove upper constraint on Flutter version
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasWanke committed May 21, 2024
1 parent dbcbb8e commit 6cb2b2c
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 @@ -3,7 +3,7 @@ publish_to: none

environment:
sdk: ^3.4.0
flutter: ^3.22.0
flutter: '>=3.22.0'

dependencies:
flutter:
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 @@ screenshots:

environment:
sdk: ^3.4.0
flutter: ^3.22.0
flutter: '>=3.22.0'

dependencies:
black_hole_flutter: ^1.0.3
Expand Down

0 comments on commit 6cb2b2c

Please sign in to comment.