tiledjsonreader 0.0.3 copy "tiledjsonreader: ^0.0.3" to clipboard
tiledjsonreader: ^0.0.3 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
0
pub points
77%
popularity

Publisher

verified publisherrafaelbarbosatec.com

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

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on tiledjsonreader