illume 0.2.1 copy "illume: ^0.2.1" to clipboard
illume: ^0.2.1 copied to clipboard

A Widget-based Game Engine for Flutter - Create games directly with Widgets as a part of your app

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add illume

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

dependencies:
  illume: ^0.2.1

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:illume/illume.dart';
18
likes
140
pub points
19%
popularity

Publisher

verified publisherjoshi.dev

A Widget-based Game Engine for Flutter - Create games directly with Widgets as a part of your app

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-2-Clause (LICENSE)

Dependencies

flutter, vector_math

More

Packages that depend on illume