enough_mail_app icon indicating copy to clipboard operation
enough_mail_app copied to clipboard

Show more attachment formats

Open robert-virkus opened this issue 4 years ago • 4 comments
trafficstars

Right now only image attachments can be opened. It should be possible to also view the following formats in app:

  • ✅ PDF
  • ✅ Audio
  • ✅Text
  • ✅ Video
  • [ ] HTML

robert-virkus avatar Dec 23 '20 09:12 robert-virkus

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)));`

RaviGaruda avatar Jan 09 '21 18:01 RaviGaruda

Thanks for the find @RaviGaruda !

robert-virkus avatar Jan 09 '21 19:01 robert-virkus

The app now also shows PDF attachments :-)

robert-virkus avatar Jan 14 '21 18:01 robert-virkus

with the latest Git version of enough_media now video is also played back

robert-virkus avatar Feb 03 '21 18:02 robert-virkus