Skip to content

Commit

Permalink
chore: Use ^ syntax for SDK (#592)
Browse files Browse the repository at this point in the history
As is tradition
  • Loading branch information
kevmoo authored Jun 26, 2024
1 parent 83f17a1 commit d90ebc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 0.0.1+1
publish_to: none

environment:
sdk: ">=3.4.0 <4.0.0"
sdk: ^3.4.0
flutter: ">=3.23.0-0.1.pre"

dependencies:
Expand Down

0 comments on commit d90ebc8

Please sign in to comment.