docs: included flame_bloc TODO comments

pull/234/head
alestiago 3 years ago
parent 27ba422e4d
commit 7eb771d416

@ -73,6 +73,8 @@ class AlienBumper extends BodyComponent with InitialPosition {
final double _minorRadius;
// TODO(alestiago): Consider refactoring once the following is merged:
// https://github.com/flame-engine/flame/pull/1538
final AlienBumperCubit bloc;
@override

@ -24,6 +24,8 @@ class GoogleLetter extends BodyComponent with InitialPosition {
],
);
// TODO(alestiago): Consider refactoring once the following is merged:
// https://github.com/flame-engine/flame/pull/1538
final GoogleLetterCubit bloc;
@override

@ -89,6 +89,8 @@ class SparkyBumper extends BodyComponent with InitialPosition {
final double _majorRadius;
final double _minorRadius;
// TODO(alestiago): Consider refactoring once the following is merged:
// https://github.com/flame-engine/flame/pull/1538
final SparkyBumperCubit bloc;
@override

Loading…
Cancel
Save