enough_mail_app
enough_mail_app copied to clipboard
Show more attachment formats
trafficstars
Right now only image attachments can be opened. It should be possible to also view the following formats in app:
- ✅ Audio
- ✅Text
- ✅ Video
- [ ] HTML
I found way for PDF file attachment. Use syncfusion_flutter_pdfviewer: ^18.4.33-beta pub package and then just use for display pdf
`Container(
child: SfPdfViewer.memory(
bytes)));`
Thanks for the find @RaviGaruda !
The app now also shows PDF attachments :-)
with the latest Git version of enough_media now video is also played back