feat: attachment open via xdg-open on Linux, mime type detection
- Use xdg-open directly on Linux for opening attachments (fixes 'file type not supported' error) - Add mime package for comprehensive MIME type detection in compose screen - Show file size and MIME type for attachments in compose screen - Add open/preview button for attachments in compose screen Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
co-authored by
Qwen-Coder
parent
16607f7ea0
commit
a51c2dad9c
@@ -35,6 +35,7 @@ dependencies:
|
||||
# File picking (compose attachments) and opening downloaded attachments
|
||||
file_picker: ^8.0.0
|
||||
open_file: ^3.3.2
|
||||
mime: ^2.0.0
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
|
||||
Reference in New Issue
Block a user