Skip to content

Commit

Permalink
Debugging CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Piinks committed Apr 22, 2024
1 parent e45232a commit f25dcd2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/two_dimensional_scrollables/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ publish_to: 'none'
version: 2.0.0

environment:
sdk: '>=3.2.0 <4.0.0'
flutter: ">=3.16.0"
sdk: '>=3.3.0 <4.0.0'
flutter: ">=3.19.0"

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion packages/two_dimensional_scrollables/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repository: https://github.com/flutter/packages/tree/main/packages/two_dimension
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+two_dimensional_scrollables%22+

environment:
sdk: '>=3.2.0 <4.0.0'
sdk: '>=3.3.0 <4.0.0'
flutter: ">=3.19.0"

dependencies:
Expand Down

0 comments on commit f25dcd2

Please sign in to comment.