Files
flame/pubspec.yaml
Lukas Klingsbo 03f4e56ffe chore: Bump Forge2D to 0.12.2 (#2836)
Bumps forge2d to 0.12.2

Migration instructions:
The gravity and bullet are now field setters and getters, so if you
before had `setGravity(Vector2(0, -10))` then you now do `gravity =
Vector2(0, -10);` and if you previously had `body.setBullet(true);` you
now do `body.isBullet = true;`.
2023-11-03 22:58:49 +01:00

8 lines
95 B
YAML

name: flame_workspace
environment:
sdk: ">=3.0.0 <4.0.0"
dev_dependencies:
melos: ^3.2.0