feat(chat): Add clipboard image paste support in chat input

This commit is contained in:
cogwheel0
2025-12-02 21:10:59 +05:30
parent db136b257c
commit ecad71dcf6
6 changed files with 344 additions and 15 deletions

View File

@@ -14,6 +14,7 @@ const Set<String> _previewableImageExtensions = <String>{
'.png',
'.gif',
'.webp',
'.bmp',
};
class FileAttachmentWidget extends ConsumerWidget {