tile_map_builder 0.1.0 copy "tile_map_builder: ^0.1.0" to clipboard
tile_map_builder: ^0.1.0 copied to clipboard

A library which lets you convert text files into rich tile maps.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add tile_map_builder

With Flutter:

 $ flutter pub add tile_map_builder

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

dependencies:
  tile_map_builder: ^0.1.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:tile_map_builder/tile_map_builder.dart';
0
likes
160
points
2
downloads

Publisher

verified publisherbackstreets.site

Weekly Downloads

A library which lets you convert text files into rich tile maps.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Unlicense (license)

Dependencies

characters

More

Packages that depend on tile_map_builder