mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-01 10:38:17 +08:00
chore: Update to Flutter 3.13 (#2656)
Updates the pipeline to use Flutter 3.13 and does all the analyze fixes.
This commit is contained in:
@ -61,7 +61,7 @@ class KlondikeGame extends FlameGame {
|
||||
|
||||
final cards = [
|
||||
for (var rank = 1; rank <= 13; rank++)
|
||||
for (var suit = 0; suit < 4; suit++) Card(rank, suit)
|
||||
for (var suit = 0; suit < 4; suit++) Card(rank, suit),
|
||||
];
|
||||
cards.shuffle();
|
||||
world.addAll(cards);
|
||||
|
||||
Reference in New Issue
Block a user