Skip to content

Commit a694d0d

Browse files
committed
chore: fix lints
1 parent bd39031 commit a694d0d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

packages/stream_chat_flutter/lib/src/ai_assistant/ai_typing_indicator_view.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ class AnimatedDots extends StatelessWidget {
118118
...List.generate(
119119
count,
120120
(index) => _AnimatedDot(
121+
key: ValueKey(index),
121122
index: index,
122123
size: size,
123124
color: color,

packages/stream_chat_flutter/lib/src/ai_assistant/stream_typewriter_builder.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import 'dart:async';
22
import 'dart:math';
3-
import 'package:characters/characters.dart';
43

54
import 'package:flutter/widgets.dart';
65

0 commit comments

Comments
 (0)