lemon_engine 0.5.9 copy "lemon_engine: ^0.5.9" to clipboard
lemon_engine: ^0.5.9 copied to clipboard

build canvas games for the web

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add lemon_engine

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

dependencies:
  lemon_engine: ^0.5.9

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:lemon_engine/lemon_engine.dart';