feat(chat): Add clipboard image paste support in chat input
This commit is contained in:
@@ -14,6 +14,7 @@ const Set<String> _previewableImageExtensions = <String>{
|
||||
'.png',
|
||||
'.gif',
|
||||
'.webp',
|
||||
'.bmp',
|
||||
};
|
||||
|
||||
class FileAttachmentWidget extends ConsumerWidget {
|
||||
|
||||
Reference in New Issue
Block a user