fluttercommunity / fluttercommunity/flutter_webview_plugin
Load pdf from assets into Webview
Aperta
- Lingua principale
- Java
- Stelle
- 1.5k
- Fork
- 938
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
Hello, I'm trying visualize a pre-loaded pdf file (project asset) with Webview, and it works. However, I can't do it without entering full file path (local).
I'd like to achieve:
`WebviewScaffold(
url: 'assets/pdfs/doc01.pdf',
withLocalUrl: true)`
But I need to enter this in order to work:
`WebviewScaffold(
url: 'file:///Users/eduardosorensen/flutter_projects/my_project/assets/pdfs/doc01.pdf',
withLocalUrl: true)`
Any ideas? Thank you
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.