Skip to content

Commit 5ceea08

Browse files
authored
Update SDK constraints for stable 3.7 (#11786)
- Updates SDK constraints to not include pre-release 3.7 versions - Updates site-shared to a commit that made the transition to 3.7 as well - Updates documented version to 3.29.1 - Accounts for recent `CardTheme` rename
1 parent 996bea0 commit 5ceea08

File tree

153 files changed

+154
-154
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

153 files changed

+154
-154
lines changed

examples/_animation/basic_hero_animation/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: >-
55
66
resolution: workspace
77
environment:
8-
sdk: ^3.7.0-0
8+
sdk: ^3.7.0
99

1010
dependencies:
1111
flutter:

examples/_animation/basic_radial_hero_animation/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: >-
66
77
resolution: workspace
88
environment:
9-
sdk: ^3.7.0-0
9+
sdk: ^3.7.0
1010

1111
dependencies:
1212
flutter:

examples/_animation/basic_staggered_animation/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: An introductory example to staggered animations.
44

55
resolution: workspace
66
environment:
7-
sdk: ^3.7.0-0
7+
sdk: ^3.7.0
88

99
dependencies:
1010
flutter:

examples/_animation/hero_animation/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Shows how to create a simple Hero transition.
44

55
resolution: workspace
66
environment:
7-
sdk: ^3.7.0-0
7+
sdk: ^3.7.0
88

99
dependencies:
1010
flutter:

examples/_animation/radial_hero_animation/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: >-
66
77
resolution: workspace
88
environment:
9-
sdk: ^3.7.0-0
9+
sdk: ^3.7.0
1010

1111
dependencies:
1212
flutter:

examples/_animation/radial_hero_animation_animate_rectclip/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: >-
66
77
resolution: workspace
88
environment:
9-
sdk: ^3.7.0-0
9+
sdk: ^3.7.0
1010

1111
dependencies:
1212
flutter:

examples/_animation/staggered_pic_selection/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: A more complex staggered animation example.
44

55
resolution: workspace
66
environment:
7-
sdk: ^3.7.0-0
7+
sdk: ^3.7.0
88

99
dependencies:
1010
flutter:

examples/accessibility/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ publish_to: none
55

66
resolution: workspace
77
environment:
8-
sdk: ^3.7.0-0
8+
sdk: ^3.7.0
99

1010
dependencies:
1111
flutter:

examples/animation/animate0/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ version: 1.0.0
66

77
resolution: workspace
88
environment:
9-
sdk: ^3.7.0-0
9+
sdk: ^3.7.0
1010

1111
dependencies:
1212
flutter:

examples/animation/animate1/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ version: 1.0.0
66

77
resolution: workspace
88
environment:
9-
sdk: ^3.7.0-0
9+
sdk: ^3.7.0
1010

1111
dependencies:
1212
flutter:

examples/animation/animate2/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ version: 1.0.0
66

77
resolution: workspace
88
environment:
9-
sdk: ^3.7.0-0
9+
sdk: ^3.7.0
1010

1111
dependencies:
1212
flutter:

examples/animation/animate3/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ version: 1.0.0
66

77
resolution: workspace
88
environment:
9-
sdk: ^3.7.0-0
9+
sdk: ^3.7.0
1010

1111
dependencies:
1212
flutter:

examples/animation/animate4/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ version: 1.0.0
66

77
resolution: workspace
88
environment:
9-
sdk: ^3.7.0-0
9+
sdk: ^3.7.0
1010

1111
dependencies:
1212
flutter:

examples/animation/animate5/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ version: 1.0.0
66

77
resolution: workspace
88
environment:
9-
sdk: ^3.7.0-0
9+
sdk: ^3.7.0
1010

1111
dependencies:
1212
flutter:

examples/animation/implicit/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ version: 1.0.0+1
66

77
resolution: workspace
88
environment:
9-
sdk: ^3.7.0-0
9+
sdk: ^3.7.0
1010

1111
dependencies:
1212
flutter:

examples/app-architecture/command/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Example for command cookbook recipe
33

44
resolution: workspace
55
environment:
6-
sdk: ^3.7.0-0
6+
sdk: ^3.7.0
77

88
dependencies:
99
flutter:

examples/app-architecture/offline_first/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Example for offline_first cookbook recipe
33

44
resolution: workspace
55
environment:
6-
sdk: ^3.7.0-0
6+
sdk: ^3.7.0
77

88
dependencies:
99
flutter:

examples/app-architecture/optimistic_state/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Example for optimistic_state cookbook recipe
33

44
resolution: workspace
55
environment:
6-
sdk: ^3.7.0-0
6+
sdk: ^3.7.0
77

88
dependencies:
99
flutter:

examples/app-architecture/result/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Example for result cookbook recipe
33

44
resolution: workspace
55
environment:
6-
sdk: ^3.7.0-0
6+
sdk: ^3.7.0
77

88
dependencies:
99
flutter:

examples/app-architecture/todo_data_service/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Example for key_value_data cookbook recipe
33

44
resolution: workspace
55
environment:
6-
sdk: ^3.7.0-0
6+
sdk: ^3.7.0
77

88
dependencies:
99
flutter:

examples/cookbook/animation/animated_container/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Sample code for cookbook.
33

44
resolution: workspace
55
environment:
6-
sdk: ^3.7.0-0
6+
sdk: ^3.7.0
77

88
dependencies:
99
flutter:

examples/cookbook/animation/opacity_animation/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Sample code for cookbook.
33

44
resolution: workspace
55
environment:
6-
sdk: ^3.7.0-0
6+
sdk: ^3.7.0
77

88
dependencies:
99
flutter:

examples/cookbook/animation/page_route_animation/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Sample code for cookbook.
33

44
resolution: workspace
55
environment:
6-
sdk: ^3.7.0-0
6+
sdk: ^3.7.0
77

88
dependencies:
99
flutter:

examples/cookbook/animation/physics_simulation/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Sample code for cookbook.
33

44
resolution: workspace
55
environment:
6-
sdk: ^3.7.0-0
6+
sdk: ^3.7.0
77

88
dependencies:
99
flutter:

examples/cookbook/design/drawer/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Sample code for drawer cookbook recipe.
33

44
resolution: workspace
55
environment:
6-
sdk: ^3.7.0-0
6+
sdk: ^3.7.0
77

88
dependencies:
99
flutter:

examples/cookbook/design/fonts/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ version: 1.0.0+1
55

66
resolution: workspace
77
environment:
8-
sdk: ^3.7.0-0
8+
sdk: ^3.7.0
99

1010
dependencies:
1111
flutter:

examples/cookbook/design/orientation/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Sample code for orientation cookbook recipe.
33

44
resolution: workspace
55
environment:
6-
sdk: ^3.7.0-0
6+
sdk: ^3.7.0
77

88
dependencies:
99
flutter:

examples/cookbook/design/package_fonts/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ version: 1.0.0+1
55

66
resolution: workspace
77
environment:
8-
sdk: ^3.7.0-0
8+
sdk: ^3.7.0
99

1010
dependencies:
1111
flutter:

examples/cookbook/design/snackbars/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Sample code for snackbars cookbook recipe.
33

44
resolution: workspace
55
environment:
6-
sdk: ^3.7.0-0
6+
sdk: ^3.7.0
77

88
dependencies:
99
flutter:

examples/cookbook/design/tabs/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Sample code for tabs cookbook recipe.
33

44
resolution: workspace
55
environment:
6-
sdk: ^3.7.0-0
6+
sdk: ^3.7.0
77

88
dependencies:
99
flutter:

examples/cookbook/design/themes/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Sample code for themes cookbook recipe.
33

44
resolution: workspace
55
environment:
6-
sdk: ^3.7.0-0
6+
sdk: ^3.7.0
77

88
dependencies:
99
flutter:

examples/cookbook/effects/download_button/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ version: 1.0.0+1
55

66
resolution: workspace
77
environment:
8-
sdk: ^3.7.0-0
8+
sdk: ^3.7.0
99

1010
dependencies:
1111
flutter:

examples/cookbook/effects/drag_a_widget/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ version: 1.0.0+1
77

88
resolution: workspace
99
environment:
10-
sdk: ^3.7.0-0
10+
sdk: ^3.7.0
1111

1212
dependencies:
1313
flutter:

examples/cookbook/effects/expandable_fab/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ version: 1.0.0+1
66

77
resolution: workspace
88
environment:
9-
sdk: ^3.7.0-0
9+
sdk: ^3.7.0
1010

1111
dependencies:
1212
flutter:

examples/cookbook/effects/gradient_bubbles/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ version: 1.0.0+1
55

66
resolution: workspace
77
environment:
8-
sdk: ^3.7.0-0
8+
sdk: ^3.7.0
99

1010
dependencies:
1111
flutter:

examples/cookbook/effects/nested_nav/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ version: 1.0.0+1
77

88
resolution: workspace
99
environment:
10-
sdk: ^3.7.0-0
10+
sdk: ^3.7.0
1111

1212
dependencies:
1313
flutter:

examples/cookbook/effects/parallax_scrolling/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ version: 1.0.0+1
77

88
resolution: workspace
99
environment:
10-
sdk: ^3.7.0-0
10+
sdk: ^3.7.0
1111

1212
dependencies:
1313
flutter:

examples/cookbook/effects/shimmer_loading/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ version: 1.0.0+1
77

88
resolution: workspace
99
environment:
10-
sdk: ^3.7.0-0
10+
sdk: ^3.7.0
1111

1212
dependencies:
1313
flutter:

examples/cookbook/effects/staggered_menu_animation/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ version: 1.0.0+1
77

88
resolution: workspace
99
environment:
10-
sdk: ^3.7.0-0
10+
sdk: ^3.7.0
1111

1212
dependencies:
1313
flutter:

examples/cookbook/effects/typing_indicator/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ version: 1.0.0+1
66

77
resolution: workspace
88
environment:
9-
sdk: ^3.7.0-0
9+
sdk: ^3.7.0
1010

1111
dependencies:
1212
flutter:

examples/cookbook/forms/focus/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Sample code for focus cookbook recipe.
33

44
resolution: workspace
55
environment:
6-
sdk: ^3.7.0-0
6+
sdk: ^3.7.0
77

88
dependencies:
99
flutter:

examples/cookbook/forms/retrieve_input/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Sample code for retrieve_input cookbook recipe.
33

44
resolution: workspace
55
environment:
6-
sdk: ^3.7.0-0
6+
sdk: ^3.7.0
77

88
dependencies:
99
flutter:

examples/cookbook/forms/text_field_changes/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Sample code for text_field_changes
33

44
resolution: workspace
55
environment:
6-
sdk: ^3.7.0-0
6+
sdk: ^3.7.0
77

88
dependencies:
99
flutter:

examples/cookbook/forms/text_input/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ version: 1.0.0+1
77

88
resolution: workspace
99
environment:
10-
sdk: ^3.7.0-0
10+
sdk: ^3.7.0
1111

1212
dependencies:
1313
flutter:

0 commit comments

Comments
 (0)