Skip to content

Commit

Permalink
fix: update Dart SDK version in pubspec.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Tayebsed93 committed Jan 7, 2025
1 parent 711bb3b commit 593ce52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 0.0.0+1

environment:
sdk: ^3.5.3
sdk: ">=3.2.2 <4.0.0"

# Dependencies specify other packages that your package needs in order to work.
# To automatically upgrade your package dependencies to the latest versions
Expand Down

0 comments on commit 593ce52

Please sign in to comment.