Skip to content

Commit

Permalink
Increase Dart SDK upper bound to <4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasWanke committed May 11, 2023
1 parent fd73808 commit cd08855
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 @@ -2,7 +2,7 @@ name: black_hole_flutter_example
publish_to: none

environment:
sdk: '>=2.19.0 <3.0.0'
sdk: '>=2.19.0 <4.0.0'
flutter: '>=3.7.0'

dependencies:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ screenshots:
path: doc/widgets-buttons.gif

environment:
sdk: '>=2.19.0 <3.0.0'
sdk: '>=2.19.0 <4.0.0'
flutter: '>=3.7.0'

dependencies:
Expand Down

0 comments on commit cd08855

Please sign in to comment.