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

example/lib/main.dart

import 'package:flame/game.dart';
import 'package:flutter/material.dart';

import './src/example_game.dart';

void main() {
  final game = ExampleGame();
  runApp(GameWidget(game: game));
}
2
likes
160
pub points
0%
popularity

Publisher

verified publishergrace4all.tech

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