tiledjsonreader 0.0.8 copy "tiledjsonreader: ^0.0.8" to clipboard
tiledjsonreader: ^0.0.8 copied to clipboard

outdated

Reader of the Tiled file .json and your tileSet.json

TiledJsonReader #

Reader of the Tiled file .json

Usage #

To use this plugin, add tiledjsonreader as a dependency in your pubspec.yaml file.

flutter:
  assets:
    - assets/map.json
    - assets/tile_set.json
import 'package:tiledjsonreader/tiledjsonreader.dart';

TiledJsonReader tiled = TiledJsonReader('assets/map.json');
tiled.read().then((map) {
  print(map);
});
5
likes
40
points
1.48k
downloads

Publisher

verified publisherrafaelbarbosatec.com

Weekly Downloads

Reader of the Tiled file .json and your tileSet.json

Repository (GitHub)

License

MIT (license)

Dependencies

flutter

More

Packages that depend on tiledjsonreader