dash_chat
dash_chat copied to clipboard
PDF File Preview
I noticed that when attaching a pdf file, no type of visualization is shown, just a blank container with the size that should have a visualization, is it possible to display a preview of the pdf?
use an image builder, and display the pdf there.
DashChat( imageBuilder: (URL, chat) { if(URL is my pdf) { Container(PDF_display) } }