使用Flutter和Android Studio从WebView下载pdf

时间:2019-09-05 19:18:29

标签: flutter dart webview downloadfile

我想从Webview下载文件,但我按一下某个按钮以下载pdf文件,却什么也不做。请有人在这里帮我吗?

谢谢

class SecondScreen extends StatelessWidget { @override Widget build(BuildContext context) { return WebviewScaffold( url: "https://samplewithdownloaderpdf.com", withJavascript: true, appBar: new AppBar( title: new Text("Widget WebView I wish download file"), ), ); } }

0 个答案:

没有答案