Skip to content

Commit

Permalink
chore: Bump min supported Flutter version to match stable (#3368)
Browse files Browse the repository at this point in the history
Bumps min flutter version to 3.24 (stable is at 3.24.5 already).
This allows us to finally merge flame_3d in.
  • Loading branch information
luanpotter authored Dec 10, 2024
1 parent 5f2ce0b commit a2cc332
Show file tree
Hide file tree
Showing 38 changed files with 38 additions and 38 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:


env:
FLUTTER_MIN_VERSION: '3.22.0'
FLUTTER_MIN_VERSION: '3.24.0'

jobs:
# BEGIN LINTING STAGE
Expand Down
2 changes: 1 addition & 1 deletion doc/flame/examples/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ publish_to: none

environment:
sdk: ">=3.4.0 <4.0.0"
flutter: ">=3.22.0"
flutter: ">=3.24.0"

dependencies:
flame: ^1.22.0
Expand Down
2 changes: 1 addition & 1 deletion doc/tutorials/platformer/app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: 1.0.0+1

environment:
sdk: ">=3.4.0 <4.0.0"
flutter: ">=3.22.0"
flutter: ">=3.24.0"

dependencies:
flame: ^1.22.0
Expand Down
2 changes: 1 addition & 1 deletion examples/games/rogue_shooter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version: 0.1.0

environment:
sdk: ">=3.4.0 <4.0.0"
flutter: ">=3.22.0"
flutter: ">=3.24.0"

dependencies:
flame: ^1.22.0
Expand Down
2 changes: 1 addition & 1 deletion examples/games/trex/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version: 0.1.0

environment:
sdk: ">=3.4.0 <4.0.0"
flutter: ">=3.22.0"
flutter: ">=3.24.0"

dependencies:
collection: ^1.16.0
Expand Down
2 changes: 1 addition & 1 deletion examples/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version: 0.1.0

environment:
sdk: ">=3.4.0 <4.0.0"
flutter: ">=3.22.0"
flutter: ">=3.24.0"

dependencies:
dashbook: ^0.1.15
Expand Down
2 changes: 1 addition & 1 deletion melos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ command:
bootstrap:
environment:
sdk: ">=3.4.0 <4.0.0"
flutter: ">=3.22.0"
flutter: ">=3.24.0"
dependencies:
meta: ^1.12.0
vector_math: ^2.1.4
Expand Down
2 changes: 1 addition & 1 deletion packages/flame/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ publish_to: 'none'

environment:
sdk: ">=3.4.0 <4.0.0"
flutter: ">=3.22.0"
flutter: ">=3.24.0"

dependencies:
flame: ^1.22.0
Expand Down
2 changes: 1 addition & 1 deletion packages/flame/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ topics:

environment:
sdk: ">=3.4.0 <4.0.0"
flutter: ">=3.22.0"
flutter: ">=3.24.0"

dependencies:
collection: ^1.18.0
Expand Down
2 changes: 1 addition & 1 deletion packages/flame_audio/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ topics:

environment:
sdk: ">=3.4.0 <4.0.0"
flutter: ">=3.22.0"
flutter: ">=3.24.0"

dependencies:
audioplayers: ^6.0.0
Expand Down
2 changes: 1 addition & 1 deletion packages/flame_behavior_tree/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ topics:

environment:
sdk: ">=3.4.0 <4.0.0"
flutter: ">=3.22.0"
flutter: ">=3.24.0"

dependencies:
behavior_tree: ^0.1.3
Expand Down
2 changes: 1 addition & 1 deletion packages/flame_bloc/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version: 1.0.0+1

environment:
sdk: ">=3.4.0 <4.0.0"
flutter: ">=3.22.0"
flutter: ">=3.24.0"

dependencies:
equatable: ^2.0.5
Expand Down
2 changes: 1 addition & 1 deletion packages/flame_bloc/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ topics:

environment:
sdk: ">=3.4.0 <4.0.0"
flutter: ">=3.22.0"
flutter: ">=3.24.0"

dependencies:
bloc: ^8.1.1
Expand Down
2 changes: 1 addition & 1 deletion packages/flame_console/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ homepage:

environment:
sdk: ">=3.4.0 <4.0.0"
flutter: ">=3.22.0"
flutter: ">=3.24.0"

dependencies:
args: ^2.5.0
Expand Down
2 changes: 1 addition & 1 deletion packages/flame_fire_atlas/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ topics:

environment:
sdk: ">=3.4.0 <4.0.0"
flutter: ">=3.22.0"
flutter: ">=3.24.0"

dependencies:
archive: ^3.3.9
Expand Down
2 changes: 1 addition & 1 deletion packages/flame_forge2d/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version: 1.0.0+1

environment:
sdk: ">=3.4.0 <4.0.0"
flutter: ">=3.22.0"
flutter: ">=3.24.0"

dependencies:
flame: ^1.22.0
Expand Down
2 changes: 1 addition & 1 deletion packages/flame_forge2d/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ topics:

environment:
sdk: ">=3.4.0 <4.0.0"
flutter: ">=3.22.0"
flutter: ">=3.24.0"

dependencies:
flame: ^1.22.0
Expand Down
2 changes: 1 addition & 1 deletion packages/flame_isolate/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version: 1.0.0+1

environment:
sdk: ">=3.4.0 <4.0.0"
flutter: ">=3.22.0"
flutter: ">=3.24.0"

dependencies:
collection: ^1.18.0
Expand Down
2 changes: 1 addition & 1 deletion packages/flame_isolate/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ topics:

environment:
sdk: ">=3.4.0 <4.0.0"
flutter: ">=3.22.0"
flutter: ">=3.24.0"

dependencies:
flame: ^1.22.0
Expand Down
2 changes: 1 addition & 1 deletion packages/flame_jenny/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ topics:

environment:
sdk: ">=3.4.0 <4.0.0"
flutter: ">=3.22.0"
flutter: ">=3.24.0"

dependencies:
collection: ^1.17.1
Expand Down
2 changes: 1 addition & 1 deletion packages/flame_kenney_xml/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ topics:

environment:
sdk: ">=3.4.0 <4.0.0"
flutter: ">=3.22.0"
flutter: ">=3.24.0"

dependencies:
flame: ^1.22.0
Expand Down
2 changes: 1 addition & 1 deletion packages/flame_lottie/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ topics:

environment:
sdk: ">=3.4.0 <4.0.0"
flutter: ">=3.22.0"
flutter: ">=3.24.0"

dependencies:
flame: ^1.22.0
Expand Down
2 changes: 1 addition & 1 deletion packages/flame_markdown/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ topics:

environment:
sdk: ">=3.4.0 <4.0.0"
flutter: ">=3.22.0"
flutter: ">=3.24.0"

dependencies:
flame: ^1.22.0
Expand Down
2 changes: 1 addition & 1 deletion packages/flame_network_assets/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ topics:

environment:
sdk: ">=3.4.0 <4.0.0"
flutter: ">=3.22.0"
flutter: ">=3.24.0"

dependencies:
dev: ^1.0.0
Expand Down
2 changes: 1 addition & 1 deletion packages/flame_noise/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ topics:

environment:
sdk: ">=3.4.0 <4.0.0"
flutter: ">=3.22.0"
flutter: ">=3.24.0"

dependencies:
fast_noise: ^2.0.0
Expand Down
2 changes: 1 addition & 1 deletion packages/flame_oxygen/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ topics:

environment:
sdk: ">=3.4.0 <4.0.0"
flutter: ">=3.22.0"
flutter: ">=3.24.0"

dependencies:
flame: ^1.22.0
Expand Down
2 changes: 1 addition & 1 deletion packages/flame_rive/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ topics:

environment:
sdk: ">=3.4.0 <4.0.0"
flutter: ">=3.22.0"
flutter: ">=3.24.0"

dependencies:
flame: ^1.22.0
Expand Down
2 changes: 1 addition & 1 deletion packages/flame_riverpod/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ topics:

environment:
sdk: ">=3.4.0 <4.0.0"
flutter: ">=3.22.0"
flutter: ">=3.24.0"

dependencies:
flame: ^1.22.0
Expand Down
2 changes: 1 addition & 1 deletion packages/flame_spine/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ topics:

environment:
sdk: ">=3.4.0 <4.0.0"
flutter: ">=3.22.0"
flutter: ">=3.24.0"

dependencies:
collection: ^1.17.1
Expand Down
2 changes: 1 addition & 1 deletion packages/flame_splash_screen/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version: 1.0.0+1

environment:
sdk: ">=3.4.0 <4.0.0"
flutter: ">=3.22.0"
flutter: ">=3.24.0"

dependencies:
flame_splash_screen: ^0.3.1
Expand Down
2 changes: 1 addition & 1 deletion packages/flame_splash_screen/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ topics:

environment:
sdk: ">=3.4.0 <4.0.0"
flutter: ">=3.22.0"
flutter: ">=3.24.0"

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion packages/flame_sprite_fusion/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ topics:

environment:
sdk: ">=3.4.0 <4.0.0"
flutter: ">=3.22.0"
flutter: ">=3.24.0"

dependencies:
flame: ^1.22.0
Expand Down
2 changes: 1 addition & 1 deletion packages/flame_studio/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ funding:

environment:
sdk: ">=3.4.0 <4.0.0"
flutter: ">=3.22.0"
flutter: ">=3.24.0"

dependencies:
collection: ^1.17.1
Expand Down
2 changes: 1 addition & 1 deletion packages/flame_svg/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ topics:

environment:
sdk: ">=3.4.0 <4.0.0"
flutter: ">=3.22.0"
flutter: ">=3.24.0"

dependencies:
flame: ^1.22.0
Expand Down
2 changes: 1 addition & 1 deletion packages/flame_test/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ topics:

environment:
sdk: ">=3.4.0 <4.0.0"
flutter: ">=3.22.0"
flutter: ">=3.24.0"

dependencies:
flame: ^1.22.0
Expand Down
2 changes: 1 addition & 1 deletion packages/flame_texturepacker/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ publish_to: none

environment:
sdk: ">=3.4.0 <4.0.0"
flutter: ">=3.22.0"
flutter: ">=3.24.0"

dependencies:
flame: ^1.22.0
Expand Down
2 changes: 1 addition & 1 deletion packages/flame_texturepacker/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ topics:

environment:
sdk: ">=3.4.0 <4.0.0"
flutter: ">=3.22.0"
flutter: ">=3.24.0"

dependencies:
collection: ^1.17.1
Expand Down
2 changes: 1 addition & 1 deletion packages/flame_tiled/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ topics:

environment:
sdk: ">=3.4.0 <4.0.0"
flutter: ">=3.22.0"
flutter: ">=3.24.0"

dependencies:
collection: ^1.17.1
Expand Down

0 comments on commit a2cc332

Please sign in to comment.