leap 0.8.4 copy "leap: ^0.8.4" to clipboard
leap: ^0.8.4 copied to clipboard

An opinionated toolkit for creating 2D platformers on top of Flame engine.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add leap

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

dependencies:
  leap: ^0.8.4

Alternatively, 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:leap/leap.dart';
15
likes
120
points
280
downloads

Publisher

verified publishermelby.me

Weekly Downloads

An opinionated toolkit for creating 2D platformers on top of Flame engine.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flame, flame_behaviors, flame_tiled, flutter, tiled

More

Packages that depend on leap