Skip to content

Commit 2cba2fa

Browse files
authored
feat(ui): add spacing to typing indicator (#2418)
1 parent 5351be6 commit 2cba2fa

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/stream_chat_flutter/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
- Added `StreamMessageListView.floatingDateDividerBuilder` in order to specifically customize the
66
floating date divider.
7+
- Added spacing to typing indicator.
78

89
## 9.18.0
910

packages/stream_chat_flutter/lib/src/indicators/typing_indicator.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ class StreamTypingIndicator extends StatelessWidget {
5858
padding: padding,
5959
child: Row(
6060
mainAxisSize: MainAxisSize.min,
61+
spacing: 4,
6162
children: [
6263
Lottie.asset(
6364
'lib/assets/animations/typing_dots.json',

0 commit comments

Comments
 (0)