Skip to content
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
81 changes: 81 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,87 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2026-02-01

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`flame` - `v1.35.0`](#flame---v1350)
- [`flame_tiled` - `v3.0.10`](#flame_tiled---v3010)
- [`flame_behaviors` - `v1.3.2`](#flame_behaviors---v132)
- [`flame_behavior_tree` - `v0.1.4+1`](#flame_behavior_tree---v0141)
- [`flame_test` - `v2.2.1`](#flame_test---v221)
- [`flame_oxygen` - `v0.2.3+19`](#flame_oxygen---v02319)
- [`flame_isolate` - `v0.6.2+19`](#flame_isolate---v06219)
- [`flame_texturepacker` - `v5.0.4`](#flame_texturepacker---v504)
- [`flame_sprite_fusion` - `v0.2.2+2`](#flame_sprite_fusion---v0222)
- [`flame_steering_behaviors` - `v0.2.1+2`](#flame_steering_behaviors---v0212)
- [`flame_fire_atlas` - `v1.8.14`](#flame_fire_atlas---v1814)
- [`flame_audio` - `v2.11.13`](#flame_audio---v21113)
- [`flame_spine` - `v0.3.0+2`](#flame_spine---v0302)
- [`flame_bloc` - `v1.12.20`](#flame_bloc---v11220)
- [`flame_kenney_xml` - `v0.1.1+19`](#flame_kenney_xml---v01119)
- [`flame_lottie` - `v0.4.2+19`](#flame_lottie---v04219)
- [`flame_markdown` - `v0.2.4+12`](#flame_markdown---v02412)
- [`flame_console` - `v0.1.2+15`](#flame_console---v01215)
- [`flame_rive` - `v1.10.22`](#flame_rive---v11022)
- [`flame_forge2d` - `v0.19.2+3`](#flame_forge2d---v01923)
- [`flame_noise` - `v0.3.2+19`](#flame_noise---v03219)
- [`flame_riverpod` - `v5.5.1`](#flame_riverpod---v551)
- [`flame_svg` - `v1.11.19`](#flame_svg---v11119)
- [`flame_network_assets` - `v0.3.3+19`](#flame_network_assets---v03319)
- [`flame_3d` - `v0.1.1+5`](#flame_3d---v0115)

Packages with dependency updates only:

> Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.

- `flame_behaviors` - `v1.3.2`
- `flame_behavior_tree` - `v0.1.4+1`
- `flame_test` - `v2.2.1`
- `flame_oxygen` - `v0.2.3+19`
- `flame_isolate` - `v0.6.2+19`
- `flame_texturepacker` - `v5.0.4`
- `flame_sprite_fusion` - `v0.2.2+2`
- `flame_steering_behaviors` - `v0.2.1+2`
- `flame_fire_atlas` - `v1.8.14`
- `flame_audio` - `v2.11.13`
- `flame_spine` - `v0.3.0+2`
- `flame_bloc` - `v1.12.20`
- `flame_kenney_xml` - `v0.1.1+19`
- `flame_lottie` - `v0.4.2+19`
- `flame_markdown` - `v0.2.4+12`
- `flame_console` - `v0.1.2+15`
- `flame_rive` - `v1.10.22`
- `flame_forge2d` - `v0.19.2+3`
- `flame_noise` - `v0.3.2+19`
- `flame_riverpod` - `v5.5.1`
- `flame_svg` - `v1.11.19`
- `flame_network_assets` - `v0.3.3+19`
- `flame_3d` - `v0.1.1+5`

---

#### `flame` - `v1.35.0`

- **FIX**: Loading page should always be possible to add to route ([#3800](https://github.com/flame-engine/flame/issues/3800)). ([a2f5df11](https://github.com/flame-engine/flame/commit/a2f5df113293525d3c5cc6626c5fea05a02350c2))
- **FIX**: Reimplement setLayoutSize to only notify once ([#3796](https://github.com/flame-engine/flame/issues/3796)). ([97f8bebe](https://github.com/flame-engine/flame/commit/97f8bebecaf5bb9a8018c85220609b2d9d67524a))
- **FEAT**: Use a Free List Strategy on BatchItem indexes within SpriteBatch and return index from .add() ([#3650](https://github.com/flame-engine/flame/issues/3650)). ([8d77c84e](https://github.com/flame-engine/flame/commit/8d77c84e0c05d0b5b6ca57187bd0ee39e94c752f))
- **FEAT**: Add TextBoxComponent.resetAnimation ([#3787](https://github.com/flame-engine/flame/issues/3787)). ([33fb10c0](https://github.com/flame-engine/flame/commit/33fb10c02a83354030fe0a278c16869f5940941a))
- **FEAT**: Implement padding component inflateChild ([#3785](https://github.com/flame-engine/flame/issues/3785)). ([9ac53a69](https://github.com/flame-engine/flame/commit/9ac53a69e468a3e3ff073db94c1c5df57997c4f1))

#### `flame_tiled` - `v3.0.10`

- **FIX**: Image layer paint area fix ([#3783](https://github.com/flame-engine/flame/issues/3783)). ([437d4bec](https://github.com/flame-engine/flame/commit/437d4becb5752e8429f67297b08ceeb2b971388c))


## 2025-12-17

### Changes
Expand Down
4 changes: 2 additions & 2 deletions doc/flame/examples/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ environment:
flutter: ">=3.32.0"

dependencies:
flame: ^1.34.0
flame_rive: ^1.10.21
flame: ^1.35.0
flame_rive: ^1.10.22
flutter:
sdk: flutter
flutter_shaders:
Expand Down
2 changes: 1 addition & 1 deletion doc/tutorials/klondike/app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ environment:
sdk: ">=3.8.0 <4.0.0"

dependencies:
flame: ^1.34.0
flame: ^1.35.0
flutter:
sdk: flutter
web: ^1.1.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 @@ -9,7 +9,7 @@ environment:
flutter: ">=3.32.0"

dependencies:
flame: ^1.34.0
flame: ^1.35.0
flutter:
sdk: flutter

Expand Down
2 changes: 1 addition & 1 deletion doc/tutorials/space_shooter/app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ environment:
sdk: ">=3.8.0 <4.0.0"

dependencies:
flame: ^1.34.0
flame: ^1.35.0
flutter:
sdk: flutter
web: ^1.1.0
Expand Down
2 changes: 1 addition & 1 deletion examples/games/crystal_ball/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ environment:
flutter: ">=3.32.0"

dependencies:
flame: ^1.34.0
flame: ^1.35.0
flutter:
sdk: flutter

Expand Down
4 changes: 2 additions & 2 deletions examples/games/padracing/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ environment:

dependencies:
collection: ^1.17.1
flame: ^1.34.0
flame_forge2d: ^0.19.2+2
flame: ^1.35.0
flame_forge2d: ^0.19.2+3
flutter:
sdk: flutter
google_fonts: ^6.2.1
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 @@ -11,7 +11,7 @@ environment:
flutter: ">=3.32.0"

dependencies:
flame: ^1.34.0
flame: ^1.35.0
flutter:
sdk: flutter

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 @@ -12,7 +12,7 @@ environment:

dependencies:
collection: ^1.16.0
flame: ^1.34.0
flame: ^1.35.0
flutter:
sdk: flutter

Expand Down
18 changes: 9 additions & 9 deletions examples/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ environment:
dependencies:
crystal_ball: ^0.1.0
dashbook: ^0.1.16
flame: ^1.34.0
flame_audio: ^2.11.12
flame_forge2d: ^0.19.2+2
flame_isolate: ^0.6.2+18
flame_lottie: ^0.4.2+18
flame_noise: ^0.3.2+18
flame_spine: ^0.3.0+1
flame_svg: ^1.11.18
flame_tiled: ^3.0.9
flame: ^1.35.0
flame_audio: ^2.11.13
flame_forge2d: ^0.19.2+3
flame_isolate: ^0.6.2+19
flame_lottie: ^0.4.2+19
flame_noise: ^0.3.2+19
flame_spine: ^0.3.0+2
flame_svg: ^1.11.19
flame_tiled: ^3.0.10
flutter:
sdk: flutter
google_fonts: ^6.2.1
Expand Down
8 changes: 8 additions & 0 deletions packages/flame/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 1.35.0

- **FIX**: Loading page should always be possible to add to route ([#3800](https://github.com/flame-engine/flame/issues/3800)). ([a2f5df11](https://github.com/flame-engine/flame/commit/a2f5df113293525d3c5cc6626c5fea05a02350c2))
- **FIX**: Reimplement setLayoutSize to only notify once ([#3796](https://github.com/flame-engine/flame/issues/3796)). ([97f8bebe](https://github.com/flame-engine/flame/commit/97f8bebecaf5bb9a8018c85220609b2d9d67524a))
- **FEAT**: Use a Free List Strategy on BatchItem indexes within SpriteBatch and return index from .add() ([#3650](https://github.com/flame-engine/flame/issues/3650)). ([8d77c84e](https://github.com/flame-engine/flame/commit/8d77c84e0c05d0b5b6ca57187bd0ee39e94c752f))
- **FEAT**: Add TextBoxComponent.resetAnimation ([#3787](https://github.com/flame-engine/flame/issues/3787)). ([33fb10c0](https://github.com/flame-engine/flame/commit/33fb10c02a83354030fe0a278c16869f5940941a))
- **FEAT**: Implement padding component inflateChild ([#3785](https://github.com/flame-engine/flame/issues/3785)). ([9ac53a69](https://github.com/flame-engine/flame/commit/9ac53a69e468a3e3ff073db94c1c5df57997c4f1))

## 1.34.0

- **FEAT**: Add scaling gesture for components ([#3770](https://github.com/flame-engine/flame/issues/3770)). ([f413eddb](https://github.com/flame-engine/flame/commit/f413eddbf1581f30087ba53f9516e22e035bda7a))
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 @@ -9,7 +9,7 @@ environment:
flutter: ">=3.32.0"

dependencies:
flame: ^1.34.0
flame: ^1.35.0
flutter:
sdk: flutter

Expand Down
4 changes: 2 additions & 2 deletions packages/flame/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: flame
resolution: workspace
description: A minimalist Flutter game engine, provides a nice set of somewhat independent modules you can choose from.
version: 1.34.0
version: 1.35.0
homepage: https://github.com/flame-engine/flame
funding:
- https://opencollective.com/blue-fire
Expand Down Expand Up @@ -30,7 +30,7 @@ dev_dependencies:
canvas_test: ^0.2.0
dartdoc: ^8.0.8
flame_lint: ^1.4.2
flame_test: ^2.2.0
flame_test: ^2.2.1
flutter_test:
sdk: flutter
mocktail: ^1.0.4
Expand Down
4 changes: 4 additions & 0 deletions packages/flame_3d/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.1+5

- Update a dependency to the latest release.

## 0.1.1+4

- Update a dependency to the latest release.
Expand Down
6 changes: 3 additions & 3 deletions packages/flame_3d/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ environment:
sdk: ">=3.8.0 <4.0.0"

dependencies:
flame: ^1.34.0
flame_3d: ^0.1.1+4
flame_console: ^0.1.2+14
flame: ^1.35.0
flame_3d: ^0.1.1+5
flame_console: ^0.1.2+15
flutter:
sdk: flutter

Expand Down
6 changes: 3 additions & 3 deletions packages/flame_3d/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: flame_3d
resolution: workspace
description: Experimental 3D support for the Flame Engine
version: 0.1.1+4
version: 0.1.1+5
homepage: https://github.com/flame-engine/flame/tree/main/packages/flame_3d
funding:
- https://opencollective.com/blue-fire
Expand All @@ -14,7 +14,7 @@ environment:

dependencies:
collection: ^1.19.1
flame: ^1.34.0
flame: ^1.35.0
flutter:
sdk: flutter
flutter_gpu:
Expand All @@ -25,7 +25,7 @@ dependencies:

dev_dependencies:
flame_lint: ^1.4.2
flame_test: ^2.2.0
flame_test: ^2.2.1
flutter_test:
sdk: flutter

Expand Down
4 changes: 4 additions & 0 deletions packages/flame_audio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.11.13

- Update a dependency to the latest release.

## 2.11.12

- Update a dependency to the latest release.
Expand Down
4 changes: 2 additions & 2 deletions packages/flame_audio/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ environment:
sdk: ">=3.8.0 <4.0.0"

dependencies:
flame: ^1.34.0
flame_audio: ^2.11.12
flame: ^1.35.0
flame_audio: ^2.11.13
flutter:
sdk: flutter

Expand Down
4 changes: 2 additions & 2 deletions packages/flame_audio/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: flame_audio
resolution: workspace
description: |
Audio support for the Flame game engine, basically a thin wrapper around the audioplayers package.
version: 2.11.12
version: 2.11.13
homepage: https://github.com/flame-engine/flame/tree/main/packages/flame_audio
funding:
- https://opencollective.com/blue-fire
Expand All @@ -18,7 +18,7 @@ environment:

dependencies:
audioplayers: ^6.2.0
flame: ^1.34.0
flame: ^1.35.0
flutter:
sdk: flutter
synchronized: ^3.1.0
Expand Down
4 changes: 4 additions & 0 deletions packages/flame_behavior_tree/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.4+1

- Update a dependency to the latest release.

## 0.1.4

- **FEAT**: Add `Blackboard` support for behavior trees ([#3756](https://github.com/flame-engine/flame/issues/3756)). ([955411d3](https://github.com/flame-engine/flame/commit/955411d34a6e85e25524b52938146578fa4aa3e3))
Expand Down
4 changes: 2 additions & 2 deletions packages/flame_behavior_tree/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ environment:
sdk: ">=3.8.0 <4.0.0"

dependencies:
flame: ^1.34.0
flame_behavior_tree: ^0.1.4
flame: ^1.35.0
flame_behavior_tree: ^0.1.4+1
flutter:
sdk: flutter

Expand Down
6 changes: 3 additions & 3 deletions packages/flame_behavior_tree/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: flame_behavior_tree
resolution: workspace
description: A bridge package that integrates behavior_tree package with flame.
version: 0.1.4
version: 0.1.4+1
homepage: https://github.com/flame-engine/flame/tree/main/packages/flame_behavior_tree
funding:
- https://opencollective.com/blue-fire
Expand All @@ -16,13 +16,13 @@ environment:

dependencies:
behavior_tree: ^0.1.5
flame: ^1.34.0
flame: ^1.35.0
flutter:
sdk: flutter

dev_dependencies:
flame_lint: ^1.4.2
flame_test: ^2.2.0
flame_test: ^2.2.1
flutter_test:
sdk: flutter
mocktail: ^1.0.4
4 changes: 4 additions & 0 deletions packages/flame_behaviors/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.3.2

- Update a dependency to the latest release.

## 1.3.1

- Update a dependency to the latest release.
Expand Down
4 changes: 2 additions & 2 deletions packages/flame_behaviors/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ environment:
sdk: ">=3.8.0 <4.0.0"

dependencies:
flame: ^1.34.0
flame_behaviors: ^1.3.1
flame: ^1.35.0
flame_behaviors: ^1.3.2
flutter:
sdk: flutter

Expand Down
Loading