flame_fire_atlas 1.4.2 flame_fire_atlas: ^1.4.2 copied to clipboard
Easy to use texture atlases for the flame engine created with the fire atlas editor
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add flame_fire_atlas
With Flutter:
$ flutter pub add flame_fire_atlas
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
flame_fire_atlas: ^1.4.2
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:flame_fire_atlas/flame_fire_atlas.dart';