Skip to content

Commit

Permalink
change dart sdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
iqbalpa committed Dec 10, 2022
1 parent 4511f56 commit aad7206
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -193,5 +193,5 @@ packages:
source: hosted
version: "2.1.4"
sdks:
dart: ">=2.19.0-374.0.dev <4.0.0"
dart: ">=2.18.5 <4.0.0"
flutter: ">=1.17.0"
2 changes: 1 addition & 1 deletion 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: 1.0.0+1

environment:
sdk: '>=2.19.0-374.0.dev <3.0.0'
sdk: '>=2.18.5 <3.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 aad7206

Please sign in to comment.