Skip to content

Commit 94bff61

Browse files
authored
Update language version to Dart 3 in examples (#178)
1 parent f245ff4 commit 94bff61

132 files changed

Lines changed: 132 additions & 132 deletions

File tree

Some content is hidden

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

examples/_animation/basic_hero_animation/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: basic_hero_transition
22
description: Shows how to create a simple or Hero animation using the Hero class directly.
33

44
environment:
5-
sdk: '>=2.18.5 <3.0.0'
5+
sdk: ^3.0.0-0
66

77
dependencies:
88
flutter:

examples/_animation/basic_radial_hero_animation/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: basic_radial_hero_transition
22
description: Shows how to apply a radial transformation to the Hero as it animates to the new route.
33

44
environment:
5-
sdk: '>=2.18.5 <3.0.0'
5+
sdk: ^3.0.0-0
66

77
dependencies:
88
flutter:

examples/_animation/basic_staggered_animation/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: basic_staggered
22
description: A new Flutter project.
33

44
environment:
5-
sdk: '>=2.18.5 <3.0.0'
5+
sdk: ^3.0.0-0
66

77
dependencies:
88
flutter:

examples/_animation/hero_animation/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: hero_animation
22
description: Shows how to create a simple Hero transition.
33

44
environment:
5-
sdk: '>=2.18.5 <3.0.0'
5+
sdk: ^3.0.0-0
66

77
dependencies:
88
flutter:

examples/_animation/radial_hero_animation/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: radial_hero_animation
22
description: Shows how to apply a radial transformation to the Hero as it animates to the new route.
33

44
environment:
5-
sdk: '>=2.18.5 <3.0.0'
5+
sdk: ^3.0.0-0
66

77
dependencies:
88
flutter:

examples/_animation/radial_hero_animation_animate_rectclip/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: radial_hero_animation_animate_rectclip
22
description: Shows how to apply a radial transformation to the Hero as it animates to the new route.
33

44
environment:
5-
sdk: '>=2.18.5 <3.0.0'
5+
sdk: ^3.0.0-0
66

77
dependencies:
88
flutter:

examples/_animation/staggered_pic_selection/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: staggered_pic_selection
22
description: A new Flutter project.
33

44
environment:
5-
sdk: '>=2.18.5 <3.0.0'
5+
sdk: ^3.0.0-0
66

77
dependencies:
88
flutter:

examples/animation/animate0/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: >
44
version: 1.0.0
55

66
environment:
7-
sdk: '>=2.18.5 <3.0.0'
7+
sdk: ^3.0.0-0
88

99
dependencies:
1010
flutter:

examples/animation/animate1/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: >
44
version: 1.0.0
55

66
environment:
7-
sdk: '>=2.18.5 <3.0.0'
7+
sdk: ^3.0.0-0
88

99
dependencies:
1010
flutter:

examples/animation/animate2/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: >
44
version: 1.0.0
55

66
environment:
7-
sdk: '>=2.18.5 <3.0.0'
7+
sdk: ^3.0.0-0
88

99
dependencies:
1010
flutter:

0 commit comments

Comments
 (0)