flame-engine / tiled.dart

A Dart Tiled library. Parse your TMX files into useful representations. Compatible with Flame.
https://flame-engine.org/
MIT License
50 stars 30 forks source link

Bump xml to latest (6.1.0) #56

Closed netgfx closed 2 years ago

netgfx commented 2 years ago

What could be improved

Bump xml to latest (6.1.0)

Why should this be improved

Because we cannot upgrade packages that load both tiled and xml

Any risks?

More information

spydon commented 2 years ago

Do you want to put up a PR for this and make sure that everything runs as intended with the new xml package version?

Hwan-seok commented 2 years ago

I used xml with 6.1.0 through deps_override since 6/2/2022 and worked fine with tiled. Maybe I could PR for this

Edit: Opps, some tests are failing after bumping the version.

Edit2: Seems original test tmx map file is kinda wrong. It has two declarations. I think the second one is accidentally inserted. This version does not accept it.