Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update SDK constraints for stable 3.7 #11786

Merged
merged 2 commits into from
Mar 7, 2025
Merged
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 examples/_animation/basic_hero_animation/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: >-

resolution: workspace
environment:
sdk: ^3.7.0-0
sdk: ^3.7.0

dependencies:
flutter:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: >-

resolution: workspace
environment:
sdk: ^3.7.0-0
sdk: ^3.7.0

dependencies:
flutter:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: An introductory example to staggered animations.

resolution: workspace
environment:
sdk: ^3.7.0-0
sdk: ^3.7.0

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion examples/_animation/hero_animation/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Shows how to create a simple Hero transition.

resolution: workspace
environment:
sdk: ^3.7.0-0
sdk: ^3.7.0

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion examples/_animation/radial_hero_animation/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: >-

resolution: workspace
environment:
sdk: ^3.7.0-0
sdk: ^3.7.0

dependencies:
flutter:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: >-

resolution: workspace
environment:
sdk: ^3.7.0-0
sdk: ^3.7.0

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion examples/_animation/staggered_pic_selection/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: A more complex staggered animation example.

resolution: workspace
environment:
sdk: ^3.7.0-0
sdk: ^3.7.0

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion examples/accessibility/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ publish_to: none

resolution: workspace
environment:
sdk: ^3.7.0-0
sdk: ^3.7.0

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion examples/animation/animate0/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version: 1.0.0

resolution: workspace
environment:
sdk: ^3.7.0-0
sdk: ^3.7.0

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion examples/animation/animate1/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version: 1.0.0

resolution: workspace
environment:
sdk: ^3.7.0-0
sdk: ^3.7.0

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion examples/animation/animate2/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version: 1.0.0

resolution: workspace
environment:
sdk: ^3.7.0-0
sdk: ^3.7.0

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion examples/animation/animate3/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version: 1.0.0

resolution: workspace
environment:
sdk: ^3.7.0-0
sdk: ^3.7.0

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion examples/animation/animate4/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version: 1.0.0

resolution: workspace
environment:
sdk: ^3.7.0-0
sdk: ^3.7.0

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion examples/animation/animate5/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version: 1.0.0

resolution: workspace
environment:
sdk: ^3.7.0-0
sdk: ^3.7.0

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion examples/animation/implicit/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version: 1.0.0+1

resolution: workspace
environment:
sdk: ^3.7.0-0
sdk: ^3.7.0

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion examples/app-architecture/command/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Example for command cookbook recipe

resolution: workspace
environment:
sdk: ^3.7.0-0
sdk: ^3.7.0

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion examples/app-architecture/offline_first/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Example for offline_first cookbook recipe

resolution: workspace
environment:
sdk: ^3.7.0-0
sdk: ^3.7.0

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion examples/app-architecture/optimistic_state/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Example for optimistic_state cookbook recipe

resolution: workspace
environment:
sdk: ^3.7.0-0
sdk: ^3.7.0

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion examples/app-architecture/result/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Example for result cookbook recipe

resolution: workspace
environment:
sdk: ^3.7.0-0
sdk: ^3.7.0

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion examples/app-architecture/todo_data_service/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Example for key_value_data cookbook recipe

resolution: workspace
environment:
sdk: ^3.7.0-0
sdk: ^3.7.0

dependencies:
flutter:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Sample code for cookbook.

resolution: workspace
environment:
sdk: ^3.7.0-0
sdk: ^3.7.0

dependencies:
flutter:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Sample code for cookbook.

resolution: workspace
environment:
sdk: ^3.7.0-0
sdk: ^3.7.0

dependencies:
flutter:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Sample code for cookbook.

resolution: workspace
environment:
sdk: ^3.7.0-0
sdk: ^3.7.0

dependencies:
flutter:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Sample code for cookbook.

resolution: workspace
environment:
sdk: ^3.7.0-0
sdk: ^3.7.0

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion examples/cookbook/design/drawer/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Sample code for drawer cookbook recipe.

resolution: workspace
environment:
sdk: ^3.7.0-0
sdk: ^3.7.0

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion examples/cookbook/design/fonts/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: 1.0.0+1

resolution: workspace
environment:
sdk: ^3.7.0-0
sdk: ^3.7.0

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion examples/cookbook/design/orientation/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Sample code for orientation cookbook recipe.

resolution: workspace
environment:
sdk: ^3.7.0-0
sdk: ^3.7.0

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion examples/cookbook/design/package_fonts/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: 1.0.0+1

resolution: workspace
environment:
sdk: ^3.7.0-0
sdk: ^3.7.0

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion examples/cookbook/design/snackbars/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Sample code for snackbars cookbook recipe.

resolution: workspace
environment:
sdk: ^3.7.0-0
sdk: ^3.7.0

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion examples/cookbook/design/tabs/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Sample code for tabs cookbook recipe.

resolution: workspace
environment:
sdk: ^3.7.0-0
sdk: ^3.7.0

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion examples/cookbook/design/themes/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Sample code for themes cookbook recipe.

resolution: workspace
environment:
sdk: ^3.7.0-0
sdk: ^3.7.0

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion examples/cookbook/effects/download_button/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: 1.0.0+1

resolution: workspace
environment:
sdk: ^3.7.0-0
sdk: ^3.7.0

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion examples/cookbook/effects/drag_a_widget/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version: 1.0.0+1

resolution: workspace
environment:
sdk: ^3.7.0-0
sdk: ^3.7.0

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion examples/cookbook/effects/expandable_fab/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version: 1.0.0+1

resolution: workspace
environment:
sdk: ^3.7.0-0
sdk: ^3.7.0

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion examples/cookbook/effects/gradient_bubbles/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: 1.0.0+1

resolution: workspace
environment:
sdk: ^3.7.0-0
sdk: ^3.7.0

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion examples/cookbook/effects/nested_nav/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version: 1.0.0+1

resolution: workspace
environment:
sdk: ^3.7.0-0
sdk: ^3.7.0

dependencies:
flutter:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version: 1.0.0+1

resolution: workspace
environment:
sdk: ^3.7.0-0
sdk: ^3.7.0

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion examples/cookbook/effects/shimmer_loading/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version: 1.0.0+1

resolution: workspace
environment:
sdk: ^3.7.0-0
sdk: ^3.7.0

dependencies:
flutter:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version: 1.0.0+1

resolution: workspace
environment:
sdk: ^3.7.0-0
sdk: ^3.7.0

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion examples/cookbook/effects/typing_indicator/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version: 1.0.0+1

resolution: workspace
environment:
sdk: ^3.7.0-0
sdk: ^3.7.0

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion examples/cookbook/forms/focus/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Sample code for focus cookbook recipe.

resolution: workspace
environment:
sdk: ^3.7.0-0
sdk: ^3.7.0

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion examples/cookbook/forms/retrieve_input/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Sample code for retrieve_input cookbook recipe.

resolution: workspace
environment:
sdk: ^3.7.0-0
sdk: ^3.7.0

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion examples/cookbook/forms/text_field_changes/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Sample code for text_field_changes

resolution: workspace
environment:
sdk: ^3.7.0-0
sdk: ^3.7.0

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion examples/cookbook/forms/text_input/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version: 1.0.0+1

resolution: workspace
environment:
sdk: ^3.7.0-0
sdk: ^3.7.0

dependencies:
flutter:
Expand Down
Loading