Skip to content

Commit

Permalink
chore(release): Flame v1.11.0 (#2885)
Browse files Browse the repository at this point in the history
Release of Flame v1.11.0 and all packages.
  • Loading branch information
spydon committed Nov 30, 2023
1 parent 06fdeac commit 2722b00
Show file tree
Hide file tree
Showing 64 changed files with 369 additions and 134 deletions.
125 changes: 125 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,131 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2023-11-30

### Changes

---

Packages with breaking changes:

- [`flame` - `v1.11.0`](#flame---v1110)

Packages with other changes:

- [`flame_audio` - `v2.1.4`](#flame_audio---v214)
- [`flame_bloc` - `v1.10.6`](#flame_bloc---v1106)
- [`flame_fire_atlas` - `v1.4.4`](#flame_fire_atlas---v144)
- [`flame_isolate` - `v0.5.0+4`](#flame_isolate---v0504)
- [`flame_lint` - `v1.1.2`](#flame_lint---v112)
- [`flame_markdown` - `v0.1.1+4`](#flame_markdown---v0114)
- [`flame_network_assets` - `v0.2.0+9`](#flame_network_assets---v0209)
- [`flame_noise` - `v0.1.1+9`](#flame_noise---v0119)
- [`flame_oxygen` - `v0.1.9+4`](#flame_oxygen---v0194)
- [`flame_rive` - `v1.9.7`](#flame_rive---v197)
- [`flame_spine` - `v0.1.1+6`](#flame_spine---v0116)
- [`flame_svg` - `v1.8.6`](#flame_svg---v186)
- [`flame_test` - `v1.15.0`](#flame_test---v1150)
- [`flame_tiled` - `v1.18.0`](#flame_tiled---v1180)
- [`jenny` - `v1.2.1`](#jenny---v121)
- [`flame_lottie` - `v0.3.0+4`](#flame_lottie---v0304)
- [`flame_forge2d` - `v0.16.0+1`](#flame_forge2d---v01601)

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_lottie` - `v0.3.0+4`
- `flame_forge2d` - `v0.16.0+1`

---

#### `flame` - `v1.11.0`

- **FIX**: Minor issues due Flutter 3.16 ([#2856](https://github.com/flame-engine/flame/issues/2856)). ([d51cd584](https://github.com/flame-engine/flame/commit/d51cd584c71a27c242c2f4600282cf8359daaa17))
- **FIX**: Properly resize ScreenHitbox when needed ([#2826](https://github.com/flame-engine/flame/issues/2826)). ([24fed757](https://github.com/flame-engine/flame/commit/24fed757ac313453639ddf122ba84b1012a4b606))
- **FIX**: Setting world on FlameGame camera setter ([#2831](https://github.com/flame-engine/flame/issues/2831)). ([3a8e2464](https://github.com/flame-engine/flame/commit/3a8e2464420f2b513f4f0d99cd7d64ab0eda9826))
- **FIX**: Allow null passthrough parent ([#2821](https://github.com/flame-engine/flame/issues/2821)). ([c4d2f86e](https://github.com/flame-engine/flame/commit/c4d2f86e1214e9895ff858c511fa3c686313f204))
- **FIX**: Do not scale debug texts with zoom ([#2818](https://github.com/flame-engine/flame/issues/2818)). ([c2f3f040](https://github.com/flame-engine/flame/commit/c2f3f040c6128d8fd3340d8f7622a2d4c2f22819))
- **FIX**(flame): Export `FixedResolutionViewport` and make `withFixedResolution` a redirect constructor ([#2817](https://github.com/flame-engine/flame/issues/2817)). ([3420d0e6](https://github.com/flame-engine/flame/commit/3420d0e6f8af6f2dd8695ea61231aa93944c602b))
- **FEAT**: Using viewport scale on debug mode text paint ([#2883](https://github.com/flame-engine/flame/issues/2883)). ([07ef46ca](https://github.com/flame-engine/flame/commit/07ef46cab01ae08749e678211245896572bb1081))
- **FEAT**: Make Viewfinder and Viewport comply with CoordinateTransform interface ([#2872](https://github.com/flame-engine/flame/issues/2872)). ([685e1d95](https://github.com/flame-engine/flame/commit/685e1d9529df90f203e7827950ed5d9261b2ce42))
- **FEAT**: Allow sequence effect to be extended ([#2864](https://github.com/flame-engine/flame/issues/2864)). ([ee11aae9](https://github.com/flame-engine/flame/commit/ee11aae9f519fdb967eb384aaffdb5a6f87a808f))
- **FEAT**: Adding children argument to all constructors in the shape components ([#2862](https://github.com/flame-engine/flame/issues/2862)). ([082743d3](https://github.com/flame-engine/flame/commit/082743d3ba0860a87a58377a7b5a9cd6b5ae7c70))
- **FEAT**: Optimization in sprite batch ([#2861](https://github.com/flame-engine/flame/issues/2861)). ([208d7897](https://github.com/flame-engine/flame/commit/208d7897f1e9e512f0bc235233e41e1953a8d546))
- **FEAT**: Add TimeTrackComponent and ChildCounterComponent ([#2846](https://github.com/flame-engine/flame/issues/2846)). ([6269551a](https://github.com/flame-engine/flame/commit/6269551a77cfbc27094e262c131dec09e489e583))
- **FEAT**: MoveAlongPathEffect should maintain initial angle of the component ([#2835](https://github.com/flame-engine/flame/issues/2835)). ([e6e78c0d](https://github.com/flame-engine/flame/commit/e6e78c0d66bc958dbe1c2295a7cc946dc5852455))
- **FEAT**: Add a method to adapt the camera bounds to the world ([#2769](https://github.com/flame-engine/flame/issues/2769)). ([87b69df6](https://github.com/flame-engine/flame/commit/87b69df6a1d29261a514a7ee7d28d2d1f730920e))
- **FEAT**: Scaling particle feature ([#2830](https://github.com/flame-engine/flame/issues/2830)). ([9faae8a2](https://github.com/flame-engine/flame/commit/9faae8a2371efdcbdf03cad70bded05470d4719a))
- **BREAKING** **REFACTOR**: Replace `Offset` with `opacityFrom` and `opacityTo` in ColorEffect ([#2876](https://github.com/flame-engine/flame/issues/2876)). ([0fd2662d](https://github.com/flame-engine/flame/commit/0fd2662d4b1187285ee168271a38e1576b6e444a))
- **BREAKING** **FIX**: Add DisplacementEvent to fix delta coordinate transformations for drag events ([#2871](https://github.com/flame-engine/flame/issues/2871)). ([63994ebc](https://github.com/flame-engine/flame/commit/63994ebcd8e850f68622f4a89ea17224574a8214))

#### `flame_audio` - `v2.1.4`

- **FIX**: Minor issues due Flutter 3.16 ([#2856](https://github.com/flame-engine/flame/issues/2856)). ([d51cd584](https://github.com/flame-engine/flame/commit/d51cd584c71a27c242c2f4600282cf8359daaa17))

#### `flame_bloc` - `v1.10.6`

- **FIX**: Minor issues due Flutter 3.16 ([#2856](https://github.com/flame-engine/flame/issues/2856)). ([d51cd584](https://github.com/flame-engine/flame/commit/d51cd584c71a27c242c2f4600282cf8359daaa17))

#### `flame_fire_atlas` - `v1.4.4`

- **FIX**: Minor issues due Flutter 3.16 ([#2856](https://github.com/flame-engine/flame/issues/2856)). ([d51cd584](https://github.com/flame-engine/flame/commit/d51cd584c71a27c242c2f4600282cf8359daaa17))

#### `flame_isolate` - `v0.5.0+4`

- **DOCS**: Update flame_isolate to point at repository ([#2880](https://github.com/flame-engine/flame/issues/2880)). ([06fdeac6](https://github.com/flame-engine/flame/commit/06fdeac684b2be26206d50282e6a7f2cbac4264c))

#### `flame_lint` - `v1.1.2`

- **FIX**: Minor issues due Flutter 3.16 ([#2856](https://github.com/flame-engine/flame/issues/2856)). ([d51cd584](https://github.com/flame-engine/flame/commit/d51cd584c71a27c242c2f4600282cf8359daaa17))

#### `flame_markdown` - `v0.1.1+4`

- **FIX**: Minor issues due Flutter 3.16 ([#2856](https://github.com/flame-engine/flame/issues/2856)). ([d51cd584](https://github.com/flame-engine/flame/commit/d51cd584c71a27c242c2f4600282cf8359daaa17))

#### `flame_network_assets` - `v0.2.0+9`

- **FIX**: Minor issues due Flutter 3.16 ([#2856](https://github.com/flame-engine/flame/issues/2856)). ([d51cd584](https://github.com/flame-engine/flame/commit/d51cd584c71a27c242c2f4600282cf8359daaa17))

#### `flame_noise` - `v0.1.1+9`

- **FIX**: Minor issues due Flutter 3.16 ([#2856](https://github.com/flame-engine/flame/issues/2856)). ([d51cd584](https://github.com/flame-engine/flame/commit/d51cd584c71a27c242c2f4600282cf8359daaa17))

#### `flame_oxygen` - `v0.1.9+4`

- **FIX**: Minor issues due Flutter 3.16 ([#2856](https://github.com/flame-engine/flame/issues/2856)). ([d51cd584](https://github.com/flame-engine/flame/commit/d51cd584c71a27c242c2f4600282cf8359daaa17))

#### `flame_rive` - `v1.9.7`

- **FIX**: Minor issues due Flutter 3.16 ([#2856](https://github.com/flame-engine/flame/issues/2856)). ([d51cd584](https://github.com/flame-engine/flame/commit/d51cd584c71a27c242c2f4600282cf8359daaa17))

#### `flame_spine` - `v0.1.1+6`

- **FIX**: Removing spine flutter overriding ([#2877](https://github.com/flame-engine/flame/issues/2877)). ([f4ff3117](https://github.com/flame-engine/flame/commit/f4ff31174a0498dd8af90f815ad9c098df3b30b7))
- **FIX**: Minor issues due Flutter 3.16 ([#2856](https://github.com/flame-engine/flame/issues/2856)). ([d51cd584](https://github.com/flame-engine/flame/commit/d51cd584c71a27c242c2f4600282cf8359daaa17))

#### `flame_svg` - `v1.8.6`

- **FIX**: Minor issues due Flutter 3.16 ([#2856](https://github.com/flame-engine/flame/issues/2856)). ([d51cd584](https://github.com/flame-engine/flame/commit/d51cd584c71a27c242c2f4600282cf8359daaa17))

#### `flame_test` - `v1.15.0`

- **FIX**: Minor issues due Flutter 3.16 ([#2856](https://github.com/flame-engine/flame/issues/2856)). ([d51cd584](https://github.com/flame-engine/flame/commit/d51cd584c71a27c242c2f4600282cf8359daaa17))
- **FEAT**: Expose addition test arguments on flame test ([#2832](https://github.com/flame-engine/flame/issues/2832)). ([08b4bd6d](https://github.com/flame-engine/flame/commit/08b4bd6d3f308013d18fec4eb126927239cd6481))

#### `flame_tiled` - `v1.18.0`

- **FIX**: TiledComponent.atlases had duplicated values ([#2867](https://github.com/flame-engine/flame/issues/2867)). ([e56ad187](https://github.com/flame-engine/flame/commit/e56ad1878333ba19e0c8af3fb9c9758603662330))
- **FIX**: Minor issues due Flutter 3.16 ([#2856](https://github.com/flame-engine/flame/issues/2856)). ([d51cd584](https://github.com/flame-engine/flame/commit/d51cd584c71a27c242c2f4600282cf8359daaa17))
- **FEAT**: Adding configurable padding to Tiled atlas packing ([#2868](https://github.com/flame-engine/flame/issues/2868)). ([d0c10cbb](https://github.com/flame-engine/flame/commit/d0c10cbbea20415de471ad0269a22c168082b02d))
- **FEAT**: Exposing atlases for reading in a TiledComponent ([#2865](https://github.com/flame-engine/flame/issues/2865)). ([e1b4d93a](https://github.com/flame-engine/flame/commit/e1b4d93ad43a4e1b1b55a3843e26612b73d45ed7))

#### `jenny` - `v1.2.1`

- **FIX**: Minor issues due Flutter 3.16 ([#2856](https://github.com/flame-engine/flame/issues/2856)). ([d51cd584](https://github.com/flame-engine/flame/commit/d51cd584c71a27c242c2f4600282cf8359daaa17))


## 2023-11-15

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

dependencies:
flame: ^1.10.1
flame_rive: ^1.9.6
flame: ^1.11.0
flame_rive: ^1.9.7
flutter:
sdk: flutter

dev_dependencies:
flame_lint: ^1.1.1
flame_lint: ^1.1.2

flutter:
assets:
Expand Down
4 changes: 2 additions & 2 deletions doc/tutorials/klondike/app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ environment:
sdk: ">=3.0.0 <4.0.0"

dependencies:
flame: ^1.10.1
flame: ^1.11.0
flutter:
sdk: flutter

dev_dependencies:
flame_lint: ^1.1.1
flame_lint: ^1.1.2
flutter:
assets:
- assets/images/
4 changes: 2 additions & 2 deletions doc/tutorials/platformer/app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ environment:
sdk: ">=3.0.0 <4.0.0"

dependencies:
flame: ^1.10.1
flame: ^1.11.0
flutter:
sdk: flutter

dev_dependencies:
flame_lint: ^1.1.1
flame_lint: ^1.1.2
flutter_test:
sdk: flutter

Expand Down
4 changes: 2 additions & 2 deletions doc/tutorials/space_shooter/app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ environment:
sdk: ">=3.0.0 <4.0.0"

dependencies:
flame: ^1.10.1
flame: ^1.11.0
flutter:
sdk: flutter

dev_dependencies:
flame_lint: ^1.1.1
flame_lint: ^1.1.2
flutter_test:
sdk: flutter

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

dependencies:
collection: ^1.17.1
flame: ^1.10.1
flame_forge2d: ^0.16.0
flame: ^1.11.0
flame_forge2d: ^0.16.0+1
flutter:
sdk: flutter
google_fonts: ^4.0.4
url_launcher: ^6.1.11

dev_dependencies:
flame_lint: ^1.1.1
flame_lint: ^1.1.2
flutter_test:
sdk: flutter

Expand Down
4 changes: 2 additions & 2 deletions examples/games/rogue_shooter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ environment:
flutter: ">=3.13.0"

dependencies:
flame: ^1.10.1
flame: ^1.11.0
flutter:
sdk: flutter

dev_dependencies:
flame_lint: ^1.1.1
flame_lint: ^1.1.2

flutter:
assets:
Expand Down
4 changes: 2 additions & 2 deletions examples/games/trex/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ environment:

dependencies:
collection: ^1.16.0
flame: ^1.10.1
flame: ^1.11.0
flutter:
sdk: flutter

dev_dependencies:
flame_lint: ^1.1.1
flame_lint: ^1.1.2
flutter:
uses-material-design: true
assets:
Expand Down
20 changes: 10 additions & 10 deletions examples/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ environment:

dependencies:
dashbook: ^0.1.12
flame: ^1.10.1
flame_audio: ^2.1.3
flame_forge2d: ^0.16.0
flame_isolate: ^0.5.0+3
flame_lottie: ^0.3.0+3
flame_noise: ^0.1.1+8
flame_spine: ^0.1.1+5
flame_svg: ^1.8.5
flame_tiled: ^1.17.0
flame: ^1.11.0
flame_audio: ^2.1.4
flame_forge2d: ^0.16.0+1
flame_isolate: ^0.5.0+4
flame_lottie: ^0.3.0+4
flame_noise: ^0.1.1+9
flame_spine: ^0.1.1+6
flame_svg: ^1.8.6
flame_tiled: ^1.18.0
flutter:
sdk: flutter
google_fonts: ^4.0.4
Expand All @@ -30,7 +30,7 @@ dependencies:
trex_game: ^0.1.0

dev_dependencies:
flame_lint: ^1.1.1
flame_lint: ^1.1.2
test: any

flutter:
Expand Down
37 changes: 37 additions & 0 deletions packages/flame/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,40 @@
## 1.11.0

> Note: This release has breaking changes.
- **FIX**: Minor issues due Flutter 3.16 ([#2856](https://github.com/flame-engine/flame/issues/2856)). ([d51cd584](https://github.com/flame-engine/flame/commit/d51cd584c71a27c242c2f4600282cf8359daaa17))
- **FIX**: Properly resize ScreenHitbox when needed ([#2826](https://github.com/flame-engine/flame/issues/2826)). ([24fed757](https://github.com/flame-engine/flame/commit/24fed757ac313453639ddf122ba84b1012a4b606))
- **FIX**: Setting world on FlameGame camera setter ([#2831](https://github.com/flame-engine/flame/issues/2831)). ([3a8e2464](https://github.com/flame-engine/flame/commit/3a8e2464420f2b513f4f0d99cd7d64ab0eda9826))
- **FIX**: Allow null passthrough parent ([#2821](https://github.com/flame-engine/flame/issues/2821)). ([c4d2f86e](https://github.com/flame-engine/flame/commit/c4d2f86e1214e9895ff858c511fa3c686313f204))
- **FIX**: Do not scale debug texts with zoom ([#2818](https://github.com/flame-engine/flame/issues/2818)). ([c2f3f040](https://github.com/flame-engine/flame/commit/c2f3f040c6128d8fd3340d8f7622a2d4c2f22819))
- **FIX**(flame): Export `FixedResolutionViewport` and make `withFixedResolution` a redirect constructor ([#2817](https://github.com/flame-engine/flame/issues/2817)). ([3420d0e6](https://github.com/flame-engine/flame/commit/3420d0e6f8af6f2dd8695ea61231aa93944c602b))
- **FEAT**: Using viewport scale on debug mode text paint ([#2883](https://github.com/flame-engine/flame/issues/2883)). ([07ef46ca](https://github.com/flame-engine/flame/commit/07ef46cab01ae08749e678211245896572bb1081))
- **FEAT**: Make Viewfinder and Viewport comply with CoordinateTransform interface ([#2872](https://github.com/flame-engine/flame/issues/2872)). ([685e1d95](https://github.com/flame-engine/flame/commit/685e1d9529df90f203e7827950ed5d9261b2ce42))
- **FEAT**: Allow sequence effect to be extended ([#2864](https://github.com/flame-engine/flame/issues/2864)). ([ee11aae9](https://github.com/flame-engine/flame/commit/ee11aae9f519fdb967eb384aaffdb5a6f87a808f))
- **FEAT**: Adding children argument to all constructors in the shape components ([#2862](https://github.com/flame-engine/flame/issues/2862)). ([082743d3](https://github.com/flame-engine/flame/commit/082743d3ba0860a87a58377a7b5a9cd6b5ae7c70))
- **FEAT**: Optimization in sprite batch ([#2861](https://github.com/flame-engine/flame/issues/2861)). ([208d7897](https://github.com/flame-engine/flame/commit/208d7897f1e9e512f0bc235233e41e1953a8d546))
- **FEAT**: Add TimeTrackComponent and ChildCounterComponent ([#2846](https://github.com/flame-engine/flame/issues/2846)). ([6269551a](https://github.com/flame-engine/flame/commit/6269551a77cfbc27094e262c131dec09e489e583))
- **FEAT**: MoveAlongPathEffect should maintain initial angle of the component ([#2835](https://github.com/flame-engine/flame/issues/2835)). ([e6e78c0d](https://github.com/flame-engine/flame/commit/e6e78c0d66bc958dbe1c2295a7cc946dc5852455))
- **FEAT**: Add a method to adapt the camera bounds to the world ([#2769](https://github.com/flame-engine/flame/issues/2769)). ([87b69df6](https://github.com/flame-engine/flame/commit/87b69df6a1d29261a514a7ee7d28d2d1f730920e))
- **FEAT**: Scaling particle feature ([#2830](https://github.com/flame-engine/flame/issues/2830)). ([9faae8a2](https://github.com/flame-engine/flame/commit/9faae8a2371efdcbdf03cad70bded05470d4719a))
- **BREAKING** **REFACTOR**: Replace `Offset` with `opacityFrom` and `opacityTo` in ColorEffect ([#2876](https://github.com/flame-engine/flame/issues/2876)). ([0fd2662d](https://github.com/flame-engine/flame/commit/0fd2662d4b1187285ee168271a38e1576b6e444a))
- **BREAKING** **FIX**: Add DisplacementEvent to fix delta coordinate transformations for drag events ([#2871](https://github.com/flame-engine/flame/issues/2871)). ([63994ebc](https://github.com/flame-engine/flame/commit/63994ebcd8e850f68622f4a89ea17224574a8214))

### Migration instructions

To specify start and end opacities for ColorEffect use the optional named
parameters opacityFrom and opacityTo. So offset.dx should be set as opacityFrom
and offset.dy should be set as opacityTo.

- If you are using DragUpdateEvent events, the devicePosition, canvasPosition,
localPosition, and delta are deprecated as they are unclear.
- Use xStartPosition to get the position at the start of the drag event ("from").
- Use xEndPosition to get the position at the end of the drag event ("to").
- If you want the delta, use localDelta. it now already considers the camera
zoom. No need to manually account for that.
- Now you keep receiving drag events for the same component even if the
drag event leaves the component (breaking).

## 1.10.1

- **FIX**: Properly resize ScreenHitbox when needed ([#2826](https://github.com/flame-engine/flame/issues/2826)). ([24fed757](https://github.com/flame-engine/flame/commit/24fed757ac313453639ddf122ba84b1012a4b606))
Expand Down
4 changes: 2 additions & 2 deletions packages/flame/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ environment:
flutter: ">=3.13.0"

dependencies:
flame: ^1.10.1
flame: ^1.11.0
flutter:
sdk: flutter

dev_dependencies:
flame_lint: ^1.1.1
flame_lint: ^1.1.2
flutter_test:
sdk: flutter
6 changes: 3 additions & 3 deletions packages/flame/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flame
description: A minimalist Flutter game engine, provides a nice set of somewhat independent modules you can choose from.
version: 1.10.1
version: 1.11.0
homepage: https://github.com/flame-engine/flame
funding:
- https://opencollective.com/blue-fire
Expand All @@ -22,8 +22,8 @@ dependencies:
dev_dependencies:
canvas_test: ^0.2.0
dartdoc: ^6.3.0
flame_lint: ^1.1.1
flame_test: ^1.14.0
flame_lint: ^1.1.2
flame_test: ^1.15.0
flutter_test:
sdk: flutter
mocktail: ^1.0.1
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.1.4

- **FIX**: Minor issues due Flutter 3.16 ([#2856](https://github.com/flame-engine/flame/issues/2856)). ([d51cd584](https://github.com/flame-engine/flame/commit/d51cd584c71a27c242c2f4600282cf8359daaa17))

## 2.1.3

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

dependencies:
flame: ^1.10.1
flame_audio: ^2.1.3
flame: ^1.11.0
flame_audio: ^2.1.4
flutter:
sdk: flutter

dev_dependencies:
flame_lint: ^1.1.1
flame_lint: ^1.1.2

flutter:
assets:
Expand Down
Loading

0 comments on commit 2722b00

Please sign in to comment.