COMMITS
March 4, 2026
L
feat: Add `clampDouble` to `Vector2Extension` and its tests (#3840)
Lukas Klingsbo committed
March 3, 2026
L
fix: Resolve `fontPackage` in `IconComponent` (`_rasterizeIcon`) (#3838)
Lukas Klingsbo committed
L
feat: Add `transformMatrix` setter to `Transform2D` (#3836)
Lukas Klingsbo committed
L
feat: Support package argument in asset loading methods and widgets (#3835)
Lukas Klingsbo committed
March 2, 2026
L
fix: Hitboxes now correctly account for parent scale and rotation (#3834)
Lukas Klingsbo committed
L
fix: Make `buildContext` available during `onLoad` and `onMount` (#3833)
Lukas Klingsbo committed
L
docs: Add missing asset instructions to Space Shooter tutorial (#3832)
Lukas Klingsbo committed
D
L
feat: Propagate Flutter hot reload through the component tree (#3828)
Lukas Klingsbo committed
D
fix: Add CJK wrapping for `TextBoxComponent` (#3830)
DevKage committed
L
docs: Improve flame documentation structure, grammar, and accuracy (#3827)
Lukas Klingsbo committed
March 1, 2026
L
fix: Prevent removed children from being re-added when parent is moved (#3824)
Lukas Klingsbo committed
D
fix: Use resolved path when loading single-image tilesets (#3826)
DevKage committed
L
feat: Add an IconComponent that renders IconData (#3820)
Lukas Klingsbo committed
L
feat: Add `dispose()` method to `FlameGame` (#3825)
Lukas Klingsbo committed
L
fix: Make `removeAll(children)` work in `onRemove` (#3823)
Lukas Klingsbo committed
L
docs: Document FlameGame<W extends World> generic type parameter (#3822)
Lukas Klingsbo committed
L
docs: Added basic shader tutorial (#3799)
Lapu Kornél committed
L
fix: End active collisions in ShapeHitbox.onRemove to fix inconsistent isColliding (#3821)
Lukas Klingsbo committed
L
chore: Add LLM config directories to gitignore
Lukas Klingsbo committed
D
feat: Add object pooling support with `ComponentPool` (#3816)
DevKage committed
February 24, 2026
A
fix(flame_3d): Use float for numLights uniform to fix GLES crash (#3810)
Arun Gopinath committed
February 23, 2026
A
fix(flame_3d): Fix alpha blend factors for transparent background compositing (#3812)
Arun Gopinath committed
February 22, 2026
L
feat: Add opposite method to Anchor (#3817)
Luan Nico committed
L
fix: Fix warnings on flame_fire_atlas.dart (#3818)
Luan Nico committed
February 20, 2026
L
feat: HitTestBehavior for GameWidget (#3815)
Lukas Klingsbo committed
February 15, 2026
A
fix(flame_3d): Remove duplicate baseColor multiply in ambient calculation (#3814)
Arun Gopinath committed
February 13, 2026
L
fix: Use scaledRadius for CircleHitbox collision detection (#3808)
Lukas Klingsbo committed
February 12, 2026
L
fix: Bump Flutter min version to 3.41.0 (#3807)
Lukas Klingsbo committed
February 11, 2026
G
chore(release): Publish packages (#3806)
github-actions[bot] committed