update pubspec and changelogs

This commit is contained in:
Salvatore Giordano
2022-03-23 11:02:46 +01:00
parent 2c2b6bdac2
commit d387ae260f
34 changed files with 108 additions and 55 deletions
@@ -428,7 +428,8 @@ class StreamMessageWidget extends StatefulWidget {
/// Customize onTap on attachment
final void Function(Message message, Attachment attachment)? onAttachmentTap;
/// Creates a copy of [StreamMessageWidget] with specified attributes overridden.
/// Creates a copy of [StreamMessageWidget] with
/// specified attributes overridden.
StreamMessageWidget copyWith({
Key? key,
void Function(User)? onMentionTap,