Skip to content

Commit

Permalink
feat: DSCard now has key parameter in ds_group_card_widget
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianoct42 committed Feb 8, 2024
1 parent 7b8ca74 commit c3eeb0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/src/widgets/utils/ds_group_card.widget.dart
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ class _DSGroupCardState extends State<DSGroupCard> {
_getBorderRadius(length, msgCount, group['align']);

final bubble = DSCard(
key: ValueKey<String>('${message.id}-${message.isUploading}'),
type: message.type,
content: message.content,
align: message.align,
Expand Down

0 comments on commit c3eeb0f

Please sign in to comment.