Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/doc/_sphinx/jinja2-3.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
spydon authored Jan 7, 2025
2 parents 119fdcf + 9bcef05 commit e99ccb2
Show file tree
Hide file tree
Showing 64 changed files with 229 additions and 106 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.27.0'
FLUTTER_MIN_VERSION: '3.27.1'

jobs:
# BEGIN LINTING STAGE
Expand Down
5 changes: 3 additions & 2 deletions doc/flame/examples/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name: doc_flame_examples
resolution: workspace
description: Documentation examples
version: 1.0.0
publish_to: none

environment:
sdk: ">=3.4.0 <4.0.0"
flutter: ">=3.24.0"
sdk: ">=3.6.0 <4.0.0"
flutter: ">=3.27.1"

dependencies:
flame: ^1.23.0
Expand Down
3 changes: 2 additions & 1 deletion doc/tutorials/klondike/app/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: klondike
resolution: workspace
description: Klondike tutorial
version: 1.0.0
publish_to: none

environment:
sdk: ">=3.4.0 <4.0.0"
sdk: ">=3.6.0 <4.0.0"

dependencies:
flame: ^1.23.0
Expand Down
5 changes: 3 additions & 2 deletions doc/tutorials/platformer/app/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name: ember_quest
resolution: workspace
description: A tutorial on how to create a basic side scrolling platformer using the Flame game engine for Flutter.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1

environment:
sdk: ">=3.4.0 <4.0.0"
flutter: ">=3.24.0"
sdk: ">=3.6.0 <4.0.0"
flutter: ">=3.27.1"

dependencies:
flame: ^1.23.0
Expand Down
3 changes: 2 additions & 1 deletion doc/tutorials/space_shooter/app/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: tutorials_space_shooter
resolution: workspace
description: Flame Space Shooter Tutorial

publish_to: 'none'

version: 1.0.0+1

environment:
sdk: ">=3.4.0 <4.0.0"
sdk: ">=3.6.0 <4.0.0"

dependencies:
flame: ^1.23.0
Expand Down
3 changes: 2 additions & 1 deletion examples/games/padracing/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: padracing
resolution: workspace
description: A sample game featuring Flame and Forge2D for DartPad
publish_to: 'none'
version: 1.0.0+1

environment:
sdk: ">=3.4.0 <4.0.0"
sdk: ">=3.6.0 <4.0.0"

dependencies:
collection: ^1.17.1
Expand Down
5 changes: 3 additions & 2 deletions examples/games/rogue_shooter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
name: rogue_shooter
resolution: workspace
description: A simple game benchmarking the collision detection performance.
homepage: https://github.com/flame-engine/flame/tree/main/examples/games/rogue_shooter
publish_to: 'none'

version: 0.1.0

environment:
sdk: ">=3.4.0 <4.0.0"
flutter: ">=3.24.0"
sdk: ">=3.6.0 <4.0.0"
flutter: ">=3.27.1"

dependencies:
flame: ^1.23.0
Expand Down
5 changes: 3 additions & 2 deletions examples/games/trex/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
name: trex_game
resolution: workspace
description: A clone of the classic browser T-Rex game.
homepage: https://github.com/flame-engine/flame/tree/main/examples/games/trex/
publish_to: 'none'

version: 0.1.0

environment:
sdk: ">=3.4.0 <4.0.0"
flutter: ">=3.24.0"
sdk: ">=3.6.0 <4.0.0"
flutter: ">=3.27.1"

dependencies:
collection: ^1.16.0
Expand Down
7 changes: 4 additions & 3 deletions examples/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
name: examples
resolution: workspace
description: A set of small examples showcasing each feature provided by the Flame Engine.
homepage: https://github.com/flame-engine/flame/tree/main/examples
publish_to: "none"

version: 0.1.0

environment:
sdk: ">=3.4.0 <4.0.0"
flutter: ">=3.24.0"
sdk: ">=3.6.0 <4.0.0"
flutter: ">=3.27.1"

dependencies:
dashbook: ^0.1.15
dashbook: ^0.1.16
flame: ^1.23.0
flame_audio: ^2.10.7
flame_forge2d: ^0.18.2+4
Expand Down
4 changes: 2 additions & 2 deletions melos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ command:

bootstrap:
environment:
sdk: ">=3.4.0 <4.0.0"
flutter: ">=3.24.0"
sdk: ">=3.6.0 <4.0.0"
flutter: ">=3.27.1"
dependencies:
meta: ^1.12.0
vector_math: ^2.1.4
Expand Down
5 changes: 3 additions & 2 deletions packages/flame/example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name: flame_example
resolution: workspace
description: Simple example of a Flame game
version: 0.1.0
publish_to: 'none'

environment:
sdk: ">=3.4.0 <4.0.0"
flutter: ">=3.24.0"
sdk: ">=3.6.0 <4.0.0"
flutter: ">=3.27.1"

dependencies:
flame: ^1.23.0
Expand Down
5 changes: 3 additions & 2 deletions packages/flame/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: flame
resolution: workspace
description: A minimalist Flutter game engine, provides a nice set of somewhat independent modules you can choose from.
version: 1.23.0
homepage: https://github.com/flame-engine/flame
Expand All @@ -13,8 +14,8 @@ topics:
- animations

environment:
sdk: ">=3.4.0 <4.0.0"
flutter: ">=3.24.0"
sdk: ">=3.6.0 <4.0.0"
flutter: ">=3.27.1"

dependencies:
collection: ^1.18.0
Expand Down
3 changes: 2 additions & 1 deletion packages/flame_3d/example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: example
resolution: workspace
description: An example for flame_3d. The example shows how to set up 3D support in a flame game.
version: 0.0.1+1
publish_to: none

environment:
sdk: ">=3.4.0 <4.0.0"
sdk: ">=3.6.0 <4.0.0"

dependencies:
flame: ^1.23.0
Expand Down
5 changes: 3 additions & 2 deletions packages/flame_3d/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: flame_3d
resolution: workspace
description: Experimental 3D support for the Flame Engine
version: 0.1.0-dev.4
homepage: https://github.com/flame-engine/flame/tree/main/packages/flame_3d
Expand All @@ -8,8 +9,8 @@ funding:
- https://patreon.com/bluefireoss

environment:
sdk: ">=3.4.0 <4.0.0"
flutter: ">=3.24.0"
sdk: ">=3.6.0 <4.0.0"
flutter: ">=3.27.1"

dependencies:
flame: ^1.23.0
Expand Down
3 changes: 2 additions & 1 deletion packages/flame_audio/example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: flame_audio_example
resolution: workspace
description: Simple project to showcase the usage of flame_audio

publish_to: 'none'

version: 1.0.0+1

environment:
sdk: ">=3.4.0 <4.0.0"
sdk: ">=3.6.0 <4.0.0"

dependencies:
flame: ^1.23.0
Expand Down
5 changes: 3 additions & 2 deletions packages/flame_audio/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: flame_audio
resolution: workspace
description: |
Audio support for the Flame game engine, basically a thin wrapper around the audioplayers package.
version: 2.10.7
Expand All @@ -12,8 +13,8 @@ topics:
- audio

environment:
sdk: ">=3.4.0 <4.0.0"
flutter: ">=3.24.0"
sdk: ">=3.6.0 <4.0.0"
flutter: ">=3.27.1"

dependencies:
audioplayers: ^6.0.0
Expand Down
3 changes: 2 additions & 1 deletion packages/flame_behavior_tree/behavior_tree/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: behavior_tree
resolution: workspace
description: A behavior tree implementation written in Dart. This package is designed to be used for implementing AI in games.
version: 0.1.3
repository: https://github.com/flame-engine/flame/tree/main/packages/flame_behavior_tree/behavior_tree
Expand All @@ -8,7 +9,7 @@ funding:
- https://patreon.com/bluefireoss

environment:
sdk: ">=3.4.0 <4.0.0"
sdk: ">=3.6.0 <4.0.0"

dependencies:
meta: ^1.12.0
Expand Down
3 changes: 2 additions & 1 deletion packages/flame_behavior_tree/example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: flame_behavior_tree_example
resolution: workspace
description: "A simple demo to show usage of behavior trees in flame."
publish_to: 'none'
version: 0.1.0
Expand All @@ -8,7 +9,7 @@ funding:
- https://patreon.com/bluefireoss

environment:
sdk: ">=3.4.0 <4.0.0"
sdk: ">=3.6.0 <4.0.0"

dependencies:
flame: ^1.23.0
Expand Down
5 changes: 3 additions & 2 deletions packages/flame_behavior_tree/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: flame_behavior_tree
resolution: workspace
description: A bridge package that integrates behavior_tree package with flame.
version: 0.1.3+4
homepage: https://github.com/flame-engine/flame/tree/main/packages/flame_behavior_tree
Expand All @@ -10,8 +11,8 @@ topics:
- flame

environment:
sdk: ">=3.4.0 <4.0.0"
flutter: ">=3.24.0"
sdk: ">=3.6.0 <4.0.0"
flutter: ">=3.27.1"

dependencies:
behavior_tree: ^0.1.3
Expand Down
5 changes: 3 additions & 2 deletions packages/flame_bloc/example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
name: flame_bloc_example
resolution: workspace
description: Example game using the flame_bloc package

publish_to: 'none'

version: 1.0.0+1

environment:
sdk: ">=3.4.0 <4.0.0"
flutter: ">=3.24.0"
sdk: ">=3.6.0 <4.0.0"
flutter: ">=3.27.1"

dependencies:
equatable: ^2.0.5
Expand Down
5 changes: 3 additions & 2 deletions packages/flame_bloc/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: flame_bloc
resolution: workspace
description: Integration for the Bloc state management library to Flame games.
version: 1.12.5
homepage: https://github.com/flame-engine/flame/tree/main/packages/flame_bloc
Expand All @@ -11,8 +12,8 @@ topics:
- state-management

environment:
sdk: ">=3.4.0 <4.0.0"
flutter: ">=3.24.0"
sdk: ">=3.6.0 <4.0.0"
flutter: ">=3.27.1"

dependencies:
bloc: ^8.1.1
Expand Down
3 changes: 2 additions & 1 deletion packages/flame_console/example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: flame_console_example
resolution: workspace
description: "Example of using the flame console package"

publish_to: 'none'

version: 1.0.0+1

environment:
sdk: ">=3.4.0 <4.0.0"
sdk: ">=3.6.0 <4.0.0"

dependencies:
flame: ^1.23.0
Expand Down
5 changes: 3 additions & 2 deletions packages/flame_console/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name: flame_console
resolution: workspace
description: "An extensible and customizable console to help debug Flame games."
version: 0.1.2
homepage:

environment:
sdk: ">=3.4.0 <4.0.0"
flutter: ">=3.24.0"
sdk: ">=3.6.0 <4.0.0"
flutter: ">=3.27.1"

dependencies:
args: ^2.5.0
Expand Down
7 changes: 4 additions & 3 deletions packages/flame_devtools/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
name: flame_devtools
resolution: workspace
description: "The DevTools extension for Flame"
publish_to: 'none'
version: 0.1.0

environment:
sdk: ">=3.4.0 <4.0.0"
sdk: ">=3.6.0 <4.0.0"

dependencies:
animated_tree_view: ^2.2.0
devtools_app_shared: ^0.1.1
devtools_extensions: ^0.1.1
devtools_app_shared: ^0.3.0
devtools_extensions: ^0.3.0
flame: ^1.23.0
flutter:
sdk: flutter
Expand Down
3 changes: 2 additions & 1 deletion packages/flame_fire_atlas/example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: flame_fire_atlas_example
resolution: workspace
description: Example app to showcase flame fire atlas package

publish_to: 'none'

version: 1.0.0+1

environment:
sdk: ">=3.4.0 <4.0.0"
sdk: ">=3.6.0 <4.0.0"

dependencies:
flame: ^1.23.0
Expand Down
Loading

0 comments on commit e99ccb2

Please sign in to comment.