flame_signals 0.0.3 copy "flame_signals: ^0.0.3" to clipboard
flame_signals: ^0.0.3 copied to clipboard

A lightweight signal system for Flame Games utilizing streams

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flame_signals

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

dependencies:
  flame_signals: ^0.0.3

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:flame_signals/flame_signals.dart';
3
likes
150
points
51
downloads

Publisher

verified publishergrace4all.tech

Weekly Downloads

A lightweight signal system for Flame Games utilizing streams

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flame, flutter, meta

More

Packages that depend on flame_signals