binSaed / flutter_cached_pdfview

Enhanced PDF view for Flutter.
https://pub.dev/packages/flutter_cached_pdfview
MIT License
118 stars 67 forks source link

How to share pdf documents for this plugin #46

Closed guzishiwo closed 3 years ago

guzishiwo commented 3 years ago

I like this plug-in very much, which saves me a lot of time. For example, I want to share online pdf. How can I operate it?

guzishiwo commented 3 years ago
PDF().cachedFromUrl( url, whenDone: (String filePath) => print(filePath))

I already solved