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

build canvas games for the web

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add lemon_engine

With Flutter:

 $ flutter pub add lemon_engine

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

dependencies:
  lemon_engine: ^0.3.29

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