1 Answer
Read moreHow do I display PDF in Webview flutter?
If possible, you can display PDF documents and visit online websites using the add-in: import ‘dart:html’ as html; html. window. open(‘http:///www.website.com/document.pdf’);
Read moreIf possible, you can display PDF documents and visit online websites using the add-in: import ‘dart:html’ as html; html. window. open(‘http:///www.website.com/document.pdf’);
Read more