Skip to content

Commit

Permalink
Upgrade Dart constraints to ^3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
quoc-huynh-cosee committed Jan 3, 2025
1 parent 9f9c9b8 commit fccc0cb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -536,5 +536,5 @@ packages:
source: hosted
version: "3.1.2"
sdks:
dart: ">=3.5.0 <4.0.0"
dart: ">=3.6.0 <4.0.0"
flutter: ">=3.18.0-18.0.pre.54"
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ publish_to: none
version: 1.0.0+1

environment:
sdk: '>=3.0.0 <4.0.0'
sdk: ^3.6.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 @@ -11,7 +11,7 @@ topics:
- bottom-sheet

environment:
sdk: '>=3.0.0 <4.0.0'
sdk: ^3.6.0

dependencies:
flutter:
Expand Down

0 comments on commit fccc0cb

Please sign in to comment.