flame_forge2d_tiled 0.1.0
flame_forge2d_tiled: ^0.1.0 copied to clipboard
A package that combines [Tiled Map Editor](https://www.mapeditor.org) + [Flame Game Engine with Physics](https://github.com/flame-engine/flame)
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flame_forge2d_tiledThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
flame_forge2d_tiled: ^0.1.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:flame_forge2d_tiled/flame_forge2d_tiled.dart';