From 5696449379cef6b9fe3d105d89602118bb21ba38 Mon Sep 17 00:00:00 2001 From: Daniel Widgren Date: Fri, 1 May 2026 23:33:10 +0200 Subject: [PATCH] docs: note dispatch testing lives in package:asobi flame_asobi delegates all WebSocket protocol dispatch to package:asobi. Point readers at asobi-dart's dispatch_test.dart for protocol coverage and clarify that this package's tests target Flame component integration. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 6213f9e..81219b5 100644 --- a/README.md +++ b/README.md @@ -219,6 +219,10 @@ FlameGame See [`asobi-flame-demo`](https://github.com/widgrensit/asobi-flame-demo) for a complete arena shooter (boons, modifiers, voting) — uses `buildMatchInput` to emit the arena-shaped input. +## Dispatch testing + +flame_asobi delegates all WebSocket dispatch to `package:asobi`. Protocol dispatch coverage lives there (see asobi-dart's `test/dispatch_test.dart`). flame_asobi's tests focus on the Flame component integration (`AsobiNetworkSync`, `AsobiPlayer`, `AsobiProjectile`, mixins) on top of those already-dispatched typed event streams. + ## License Apache-2.0