PackageTrack
Sign in Get early access

tiled

A Dart Tiled library. Parse your TMX files into useful representations. Compatible with Flame.

0.11.1 14K downloads/mo #2572 most downloaded on pub.dev flame-engine/tiled.dart

What this package is like to depend on

Last release 1 years ago

16 Jun 2025

Release timing varies

gaps range from 1 weeks to 1.2 years

Most releases are documented

notes for 18 of 21 stable releases

Nothing withdrawn

no release was ever pulled

8 years old

21 releases · first in 2019

0 releases in the last 12 months

see the full history below

Release timeline

21 releases · Jan 2019 to Jun 2025
2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 21
  1. 0.11.1 16 Jun 2025
    Release notes
    • FIX: Data section of Layers was null (when loading from JSON) (#84). (00dbd13c)

    2025-02-04

    Changes


    Packages with breaking changes:

    Packages with other changes:

    • There are no other changes in this release.

    Open source →
    Release notes
    • FIX: Data section of Layers was null (when loading from JSON) (#84). (00dbd13c)
    Open source →
  2. 0.11.0 04 Feb 2025
    Release notes

    Tiled.dart v0.11.0 release.

    Open source →
    Release notes
    • REFACTOR: Upgrade code style and dependencies (#82). (581391cf)
    • FIX: Fixed parsing of multiline text from ObjectGroup. (#79). (7878381b)
    • FIX: ObjectAlignment enum names (#74). (628f1f6c)
    • FEAT: Adding a method to get any object in a map by its unique ID (#75). (4faf43b4)
    • FEAT: Omit TiledImage without source from TiledMap.tiledImages (#68). (41c9439f)
    • FEAT: Add convenience method for getting images in each layer (#66). (1d3043f7)
    • BREAKING FEAT: Dart SDK compatibility (#77). (5ffc8bf4)

    2023-12-10

    Changes


    Packages with breaking changes:

    • There are no breaking changes in this release.

    Packages with other changes:


    Open source →
    Release notes

    Note: This release has breaking changes.

    • REFACTOR: Upgrade code style and dependencies (#82). (581391cf)
    • FIX: Fixed parsing of multiline text from ObjectGroup. (#79). (7878381b)
    • FIX: ObjectAlignment enum names (#74). (628f1f6c)
    • FEAT: Adding a method to get any object in a map by its unique ID (#75). (4faf43b4)
    • FEAT: Omit TiledImage without source from TiledMap.tiledImages (#68). (41c9439f)
    • FEAT: Add convenience method for getting images in each layer (#66). (1d3043f7)
    • BREAKING FEAT: Dart SDK compatibility (#77). (5ffc8bf4)
    Open source →
  3. 0.10.2 10 Dec 2023
    Release notes
    • FIX: ObjectAlignment enum names (#74). (628f1f6c)
    • FEAT: Adding a method to get any object in a map by its unique ID (#75). (4faf43b4)
    • FEAT: Omit TiledImage without source from TiledMap.tiledImages (#68). (41c9439f)
    • FEAT: Add convenience method for getting images in each layer (#66). (1d3043f7)

    2022-11-26

    Changes


    Packages with breaking changes:

    • There are no breaking changes in this release.

    Packages with other changes:


    Open source →
    Release notes
    • FIX: ObjectAlignment enum names (#74). (628f1f6c)
    • FEAT: Adding a method to get any object in a map by its unique ID (#75). (4faf43b4)
    • FEAT: Omit TiledImage without source from TiledMap.tiledImages (#68). (41c9439f)
    • FEAT: Add convenience method for getting images in each layer (#66). (1d3043f7)
    Open source →
  4. 0.10.1 26 Nov 2022
    Release notes
    Open source →
    Release notes

    2022-10-31

    Changes


    Packages with breaking changes:

    Packages with other changes:

    • There are no other changes in this release.

    Open source →
    Release notes
    Open source →
  5. 0.10.0 31 Oct 2022
    Release notes

    Co-authored-by: Lukas Klingsbo [email protected]

    Open source →
    Release notes
    • BREAKING FIX: support parsing empty tile terrain values (#61). (3c75b03a)
    • BREAKING FEAT: turning List<Property> into CustomProperties (#55). (51d59ec5)

    2022-09-29

    Changes


    Packages with breaking changes:

    Packages with other changes:

    • There are no other changes in this release.

    Open source →
    Release notes

    Note: This release has breaking changes.

    • BREAKING FIX: support parsing empty tile terrain values (#61). (3c75b03a)
    • BREAKING FEAT: turning List<Property> into CustomProperties (#55). (51d59ec5)
    Open source →
  6. 0.9.0 29 Sep 2022
    Release notes
    • BREAKING CHORE: Introduce Melos and bump versions (#53). (9222d018)
    Open source →
    Release notes
    • BREAKING CHORE: Introduce Melos and bump versions (#53). (9222d018)
    Open source →
    Release notes

    Note: This release has breaking changes.

    • BREAKING CHORE: Introduce Melos and bump versions (#53). (9222d018)
    Open source →
  7. 0.8.4 18 Jul 2022
    Release notes

    feat: Making tile.type and layer.class_ compatible with Tiled 1.9…

    Open source →
    Release notes
    • Adding "class" attribute for Tiled 1.9's Unified Custom Types:
      • On Tile accessible as class_ or type, backwards compatible with "type" property
      • On Layer accessible as class_, works on all kinds of layers (tile, object, group, image)
      • (since 0.8.2) On Object accessible as class_ or type, backwards compatible with "type" property
    • Add support for repeatX and repeatY on ImageLayer
    • Fixing bug causing XML maps to be parsed with layers in the wrong order
    Open source →
  8. 0.8.3 08 Jul 2022
    Release notes
    • Downgrade meta dependency
    Open source →
  9. 0.8.2 08 Jul 2022
    Release notes
    • Add support for class, which is replacing type in tiled 1.9
    Open source →
  10. 0.8.1 11 Apr 2022
    Release notes
    • Possibility to parse string content of a tilemap in TiledMap
    Open source →
  11. 0.8.0 01 Feb 2022
    Release notes
    • Possibility to use multiple external tilesets (#37)
    • Support in parseTmx for CSV-formatted files (#36)
    Open source →
  12. 0.7.3 24 Dec 2021
    Release notes
    • tileset parser fix for ObjectGroup
    Open source →
  13. 0.7.2 22 Sep 2021
    Release notes
    • Fix localGid bug
    Open source →
  14. 0.7.1 22 Sep 2021
    Release notes
    • Expose Parser
    Open source →
  15. 0.7.0 24 May 2021
    Release notes
    • Adds JSON support
    • Adds Null-safety support
    • Improve and refactor codebase
    Open source →
  16. 0.6.0 02 Jul 2020
    Release notes
    • Fixes bug with int points instead of double for objects.
    Open source →
  17. 0.5.0 25 Jun 2020
    Release notes
    • Fixes bug with inconsistent indexes crashes for rectangular maps.
    • Changes indexing of tiles so that tiles[x] returns a line (so tiles[y][x]).
    Open source →
  18. 0.4.0 31 May 2020
    Release notes
    • Added typed properties support and properties for TileMap and Layer
    • Added support for rotated tiles
    • Some small API improvements (breaking)
    • Added linter and formatter and tests to build
    Open source →
  19. 0.2.1 23 Feb 2019

    Nothing published for this version

  20. 0.2.0 01 Jan 2019

    Nothing published for this version

  21. 0.1.0 01 Jan 2019

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive