pull/407/head
Allison Ryan 3 years ago
parent 42f016a294
commit b7edb4e699

@ -23,6 +23,9 @@ class _TestGame extends Forge2DGame {
GoogleRollover child, {
GoogleWordCubit? bloc,
}) async {
// Not needed once https://github.com/flame-engine/flame/issues/1607
// is fixed
await onLoad();
await ensureAdd(
FlameBlocProvider<GoogleWordCubit, GoogleWordState>.value(
value: bloc ?? GoogleWordCubit(),

Loading…
Cancel
Save