tiled 0.11.0 copy "tiled: ^0.11.0" to clipboard
tiled: ^0.11.0 copied to clipboard

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

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add tiled

With Flutter:

 $ flutter pub add tiled

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  tiled: ^0.11.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:tiled/tiled.dart';
31
likes
120
points
3.55k
downloads

Publisher

verified publisherflame-engine.org

Weekly Downloads

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

Repository (GitHub)
Contributing

Documentation

API reference

License

MIT (license)

Dependencies

archive, collection, meta, xml

More

Packages that depend on tiled