We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e66e076 commit b1110a4Copy full SHA for b1110a4
lib/src/fixtures/headline_reactions.dart
@@ -7,7 +7,7 @@ final List<Reaction> reactionsFixturesData = () {
7
const reactionTypes = ReactionType.values;
8
9
// Create 100 reactions, cycling through the available reaction types.
10
- for (var i = 0; i < 100; i++) {
+ for (var i = 0; i < 10; i++) {
11
reactions.add(
12
Reaction(reactionType: reactionTypes[i % reactionTypes.length]),
13
);
0 commit comments