Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/_analysis_options/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repository: https://github.com/lishaduck/legacy_checks.git
publish_to: none

environment:
sdk: ^3.7.0
sdk: 3.13.2
resolution: workspace

dependencies:
Expand Down
2 changes: 1 addition & 1 deletion packages/flutter_checks/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ issue_tracker: https://github.com/lishaduck/legacy_checks/issues
repository: https://github.com/lishaduck/legacy_checks.git

environment:
sdk: ^3.7.0
sdk: 3.13.2
flutter: ">=3.29.0"
resolution: workspace

Expand Down
2 changes: 1 addition & 1 deletion packages/legacy_checks/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ issue_tracker: https://github.com/lishaduck/legacy_checks/issues
repository: https://github.com/lishaduck/legacy_checks.git

environment:
sdk: ^3.7.0
sdk: 3.13.2
resolution: workspace

topics:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ repository: https://github.com/lishaduck/legacy_checks
publish_to: none

environment:
sdk: ">=3.7.0 <4.0.0"
sdk: "3.13.2"
flutter: "3.29.2"

workspace:
Expand Down
Loading