Files
DevKage 41e9e4e38c feat: Export TileAtlas from flame_tiled package (#3049)
`TileAtlas` has a `clearCache` method which the users might need to call
from their code. This is recommended in our docs here:
https://docs.flame-engine.org/latest/bridge_packages/flame_tiled/flame_tiled.html#clearing-images-cache

---------

Co-authored-by: Lukas Klingsbo <me@lukas.fyi>
2024-02-25 11:08:14 +00:00
..

flame

Adds support for Tiled's tile maps to your Flame games.


flame_tiled

⚠️ Under the current sprite batch implementation, you might experience extra lines while rendering due to a bug in Flutter, see this issue.

Package to bridge the tiled library into easy-to-use Flame components.

flame_tiled example

More documentation can be found here.

Contributors (before the package moved into the monorepo)