flame_ldtk 0.3.0
flame_ldtk: ^0.3.0 copied to clipboard
LDtk support for flame-engine. Integrate LDtk levels into Flame Engine games.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flame_ldtkThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
flame_ldtk: ^0.3.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_ldtk/flame_ldtk.dart';